Skip to content

Commit 15e43be

Browse files
bug(version): Fixed version name
Problem with fixed version name
1 parent 3fcb8c0 commit 15e43be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
1010
versionCode 1
11-
versionName "1.0.0-dev"
11+
versionName "1.0.0"
1212
aaptOptions {
1313
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
1414
// Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61
@@ -45,4 +45,4 @@ try {
4545
}
4646
} catch(Exception e) {
4747
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
48-
}
48+
}

0 commit comments

Comments
 (0)