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 1d6da57 commit c3d4fafCopy full SHA for c3d4faf
android/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.beanconqueror.app"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode 80002
11
- versionName "8.0.2"
+ versionCode 80003
+ versionName "8.0.3"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
aaptOptions {
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
0 commit comments