feat:修改google渠道名

feat:增加动态应用名
This commit is contained in:
Max
2023-11-26 15:43:21 +08:00
parent 9828bd433d
commit a51813e706
5 changed files with 8 additions and 19 deletions

View File

@@ -6,7 +6,5 @@ public class Constants {
public static final int UPLOAD_IMAGE_MAX_FILE_LENGTH = 640;
//上传的图片 默认宽高最大值 2340
public static final int UPLOAD_IMAGE_MAX_SIZE = 2340;
//上传的gif 默认大小不能超过 1MB
public static final int UPLOAD_GIF_MAX_SIZE = 1 << 20;
public static final String GOOGLE = "google_habu";
public static final String GOOGLE = "google_hiyoo";
}