Skip to content

Commit

Permalink
Merge pull request #549 from 07jasjeet/main
Browse files Browse the repository at this point in the history
Prepare v2.8.1
  • Loading branch information
07jasjeet authored Feb 5, 2025
2 parents b42096a + 9ebfc49 commit 4404740
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -22,8 +22,8 @@ android {
applicationId = "org.listenbrainz.android"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 57
versionName = "2.8.0"
versionCode = 58
versionName = "2.8.1"
multiDexEnabled = true
testInstrumentationRunner = "org.listenbrainz.android.di.CustomTestRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bug fixes for BrainzPlayer.

0 comments on commit 4404740

Please sign in to comment.