Skip to content

Commit

Permalink
bug(version): Fixed version name
Browse files Browse the repository at this point in the history
Problem with fixed version name
  • Loading branch information
sebastianjnuwu authored Dec 22, 2024
1 parent 3fcb8c0 commit 15e43be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0.0-dev"
versionName "1.0.0"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
// Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61
Expand Down Expand Up @@ -45,4 +45,4 @@ try {
}
} catch(Exception e) {
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
}
}

0 comments on commit 15e43be

Please sign in to comment.