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 6e37c4e + a98dea1 commit ec49489Copy full SHA for ec49489
app/android/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.codelog.gatekeeper"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode 1
11
- versionName "1.0"
+ versionCode 2
+ versionName "0.1.1"
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