File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/cn/authing/guard/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 minSdk 24
1212 targetSdk 32
1313 versionCode 1
14- versionName " 1.4.8 "
14+ versionName " 1.5.0 "
1515 archivesBaseName = " GuardDemo-$versionName "
1616 ndk {
1717 // 注意:这里需要添加项目所需 CPU 类型的最小集
Original file line number Diff line number Diff line change 11GROUP =cn.authing
22POM_ARTIFACT_ID =guard
3- VERSION_NAME =1.4.8
3+ VERSION_NAME =1.5.0
44
55POM_NAME =guard
66POM_PACKAGING =aar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public class Const {
66 public final static String NS_ANDROID = "http://schemas.android.com/apk/res/android" ;
77
88 public static final String SDK_TAG = "Guard-Android@" ;
9- public static final String SDK_VERSION = "1.4.8 " ;
9+ public static final String SDK_VERSION = "1.5.0 " ;
1010
1111 // error code
1212 public final static int EC_MFA_REQUIRED = 1636 ;
You can’t perform that action at this time.
0 commit comments