chore:调整版本号、google渠道名称

This commit is contained in:
Max
2024-01-17 12:01:24 +08:00
parent 151e5c11b1
commit 287222f7ad
3 changed files with 4 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ android {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
google {
google_yinm {
}
mlq {
ndk {

View File

@@ -27,5 +27,5 @@ COMPILE_SDK_VERSION=33
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=33
version_name=10.0.0
version_code=10000
version_name=20.0.0
version_code=20000

View File

@@ -3,7 +3,7 @@ package com.nnbc123.library.common;
public class Constants {
public static final String CHANNEL_DEF = "official";
public static final String CHANNEL_GOOGLE = "google";
public static final String CHANNEL_GOOGLE = "google_yinm";
//上传的图片 默认大小不能超过大小 640KB
public static final int UPLOAD_IMAGE_MAX_FILE_LENGTH = 640;
//上传的图片 默认宽高最大值 2340