Skip to content

Commit

Permalink
2.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchenyan committed Oct 26, 2023
1 parent 48979e4 commit fc4fd86
Showing 1 changed file with 2 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 @@ -20,8 +20,8 @@ android {
applicationId = "me.wcy.music"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 2000001
versionName = "2.0.0-beta01"
versionCode = 2000002
versionName = "2.0.0-beta02"

multiDexEnabled = true

Expand Down

0 comments on commit fc4fd86

Please sign in to comment.