We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed8f8e commit 1004ae9Copy full SHA for 1004ae9
1 file changed
cretinautoupdatelibrary/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 21
10
targetSdkVersion 35
11
- versionCode 26
12
- versionName "2.0.6"
+ versionCode 27
+ versionName "2.0.7"
13
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
@@ -51,7 +51,7 @@ afterEvaluate {
51
maven(MavenPublication) {
52
groupId = 'com.github.MZCretin'
53
artifactId = 'cretinautoupdatelibrary'
54
- version = '2.0.6'
+ version = '2.0.7'
55
56
// 在发布前确保 AAR 已构建
57
artifact(bundleReleaseAar)
0 commit comments