Skip to content

Commit 1004ae9

Browse files
author
xiannian.mu
committed
Bump version to 2.0.7 with JitPack publishing fix
1 parent 5ed8f8e commit 1004ae9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cretinautoupdatelibrary/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 21
1010
targetSdkVersion 35
11-
versionCode 26
12-
versionName "2.0.6"
11+
versionCode 27
12+
versionName "2.0.7"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515

@@ -51,7 +51,7 @@ afterEvaluate {
5151
maven(MavenPublication) {
5252
groupId = 'com.github.MZCretin'
5353
artifactId = 'cretinautoupdatelibrary'
54-
version = '2.0.6'
54+
version = '2.0.7'
5555

5656
// 在发布前确保 AAR 已构建
5757
artifact(bundleReleaseAar)

0 commit comments

Comments
 (0)