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 31
1313 versionCode 1
14- versionName " 1.4.5 "
14+ versionName " 1.4.6 "
1515 archivesBaseName = " GuardDemo-$versionName "
1616 }
1717
Original file line number Diff line number Diff line change 11GROUP =cn.authing
22POM_ARTIFACT_ID =guard
3- VERSION_NAME =1.4.5
3+ VERSION_NAME =1.4.6
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.5 " ;
9+ public static final String SDK_VERSION = "1.4.6 " ;
1010
1111 public final static int EC_MFA_REQUIRED = 1636 ;
1212 public final static int EC_FIRST_TIME_LOGIN = 1639 ;
You can’t perform that action at this time.
0 commit comments