chore:调整版本号、google渠道名称
This commit is contained in:
@@ -179,7 +179,7 @@ android {
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
||||
}
|
||||
}
|
||||
google {
|
||||
google_yinm {
|
||||
}
|
||||
mlq {
|
||||
ndk {
|
||||
|
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user