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.
1 parent 71cf255 commit 0a8a446Copy full SHA for 0a8a446
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "app.michaelwuensch.bitbanana"
12
minSdkVersion 26
13
targetSdkVersion 34
14
- versionCode 64
15
- versionName "0.8.7"
+ versionCode 65
+ versionName "0.8.8"
16
vectorDrawables.useSupportLibrary = true
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
setProperty("archivesBaseName", "bitbanana-" + versionName + "_" + versionCode)
0 commit comments