Skip to content

Commit 676c628

Browse files
author
zhongjiahui
committed
feat: update version 1.4.6
1 parent 092cf04 commit 676c628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

guard/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=cn.authing
22
POM_ARTIFACT_ID=guard
3-
VERSION_NAME=1.4.5
3+
VERSION_NAME=1.4.6
44

55
POM_NAME=guard
66
POM_PACKAGING=aar

guard/src/main/java/cn/authing/guard/util/Const.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)