Skip to content

Commit

Permalink
Build: prepare for v0.12.2 (19) release (#1073)
Browse files Browse the repository at this point in the history
* Build: prepare for v0.12.2 (19) release

* add changelog

---------

Co-authored-by: anilbeesetti <[email protected]>
Co-authored-by: Anil Kumar Beesetti <[email protected]>
  • Loading branch information
3 people authored Aug 25, 2024
1 parent cabe467 commit 6342957
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 @@ -14,8 +14,8 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 18
versionName = "0.12.1"
versionCode = 19
versionName = "0.12.2"
}

buildFeatures {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixes:
- App crash on application startup

0 comments on commit 6342957

Please sign in to comment.