We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcb8c0 commit 15e43beCopy full SHA for 15e43be
android/app/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
versionCode 1
11
- versionName "1.0.0-dev"
+ versionName "1.0.0"
12
aaptOptions {
13
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
14
// Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61
@@ -45,4 +45,4 @@ try {
45
}
46
} catch(Exception e) {
47
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
48
-}
+}
0 commit comments