Skip to content

Commit

Permalink
Release version 0.13.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 24, 2024
1 parent 738983c commit 4c7e09a
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 @@ -14,8 +14,8 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 23
versionName = "0.13.0-rc01"
versionCode = 24
versionName = "0.13.0-rc02"
}

buildFeatures {
Expand Down

0 comments on commit 4c7e09a

Please sign in to comment.