Skip to content

Commit

Permalink
Build: prepare for v0.12.0 (17) release (#1033)
Browse files Browse the repository at this point in the history
Co-authored-by: anilbeesetti <[email protected]>
  • Loading branch information
github-actions[bot] and anilbeesetti authored Aug 10, 2024
1 parent 40fa193 commit fc43752
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 = 16
versionName = "0.11.1"
versionCode = 17
versionName = "0.12.0"
}

buildFeatures {
Expand Down

0 comments on commit fc43752

Please sign in to comment.