Skip to content

Commit ec49489

Browse files
authored
Merge pull request #32 from CodeLog-Development/hotfix/android
Updated Android app version info
2 parents 6e37c4e + a98dea1 commit ec49489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.codelog.gatekeeper"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "0.1.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

0 commit comments

Comments
 (0)