Skip to content

Commit

Permalink
Beta Release 2.7.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Aug 22, 2024
1 parent 82ca9fb commit 7248155
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 = 52
versionName = "2.7.0"
versionCode = 53
versionName = "2.7.1"
multiDexEnabled = true
testInstrumentationRunner = "org.listenbrainz.android.di.CustomTestRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/53.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dashboard, Album and Artist Pages

0 comments on commit 7248155

Please sign in to comment.