Skip to content

Commit d801ccf

Browse files
Bump to fix google play
1 parent b3b9bb7 commit d801ccf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ android {
8686
setProperty("archivesBaseName", "OpenDTUApp")
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 39
89+
versionCode 40
9090
versionName "0.10.2"
9191
externalNativeBuild {
9292
// For ndk-build, instead use the ndkBuild block.

ios/opendtureactnative.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
buildSettings = {
392392
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
393393
CLANG_ENABLE_MODULES = YES;
394-
CURRENT_PROJECT_VERSION = 39;
394+
CURRENT_PROJECT_VERSION = 40;
395395
ENABLE_BITCODE = NO;
396396
ENABLE_USER_SCRIPT_SANDBOXING = NO;
397397
HEADER_SEARCH_PATHS = (
@@ -503,7 +503,7 @@
503503
buildSettings = {
504504
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
505505
CLANG_ENABLE_MODULES = YES;
506-
CURRENT_PROJECT_VERSION = 39;
506+
CURRENT_PROJECT_VERSION = 40;
507507
ENABLE_USER_SCRIPT_SANDBOXING = NO;
508508
HEADER_SEARCH_PATHS = (
509509
"$(inherited)",

ios/opendtureactnative/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>39</string>
24+
<string>40</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)