Skip to content

Commit 33cac5a

Browse files
committed
feat: update version 1.5.0
1 parent 77aff32 commit 33cac5a

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 32
1313
versionCode 1
14-
versionName "1.4.8"
14+
versionName "1.5.0"
1515
archivesBaseName = "GuardDemo-$versionName"
1616
ndk {
1717
// 注意:这里需要添加项目所需 CPU 类型的最小集

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.8
3+
VERSION_NAME=1.5.0
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.8";
9+
public static final String SDK_VERSION = "1.5.0";
1010

1111
// error code
1212
public final static int EC_MFA_REQUIRED = 1636;

0 commit comments

Comments
 (0)