We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b42096a + 9ebfc49 commit 4404740Copy full SHA for 4404740
app/build.gradle.kts
@@ -22,8 +22,8 @@ android {
22
applicationId = "org.listenbrainz.android"
23
minSdk = libs.versions.minSdk.get().toInt()
24
targetSdk = libs.versions.targetSdk.get().toInt()
25
- versionCode = 57
26
- versionName = "2.8.0"
+ versionCode = 58
+ versionName = "2.8.1"
27
multiDexEnabled = true
28
testInstrumentationRunner = "org.listenbrainz.android.di.CustomTestRunner"
29
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/58.txt
@@ -0,0 +1 @@
1
+Bug fixes for BrainzPlayer.
0 commit comments