Skip to content

Commit

Permalink
update version to 2.0.0-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchenyan committed Nov 21, 2023
1 parent 420b7bf commit 1781105
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "me.wcy.music"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 2000002
versionName = "2.0.0-beta02"
versionCode = libs.versions.versionCode.get().toInt()
versionName = libs.versions.versionName.get()

multiDexEnabled = true

Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
compileSdk = "34"
targetSdk = "34"
minSdk = "21"
versionCode = "2000003"
versionName = "2.0.0-beta03"
# java
java = "VERSION_1_8"
jvmTarget = "1.8"
Expand Down

0 comments on commit 1781105

Please sign in to comment.