From dc56bf4a270305ae38ef0ae98cf5dd733aa5c722 Mon Sep 17 00:00:00 2001 From: Exulansis Date: Fri, 13 Sep 2019 16:56:53 +0200 Subject: [PATCH 1/2] Bumpled versionCode again, since 18 was taken by the beta track version --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index c88db4069e..3f3daec3d4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -107,7 +107,7 @@ android { applicationId "com.jolocomwallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 18 + versionCode 19 versionName "1.7.0" vectorDrawables.useSupportLibrary = true missingDimensionStrategy 'react-native-camera', 'general' From b565643bb84a6855a416edc53c3191654502d949 Mon Sep 17 00:00:00 2001 From: Charles Cunningham Date: Fri, 13 Sep 2019 17:04:45 +0200 Subject: [PATCH 2/2] bumped build number for ios --- ios/JolocomWallet/Base.lproj/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/JolocomWallet/Base.lproj/Info.plist b/ios/JolocomWallet/Base.lproj/Info.plist index 0758542290..f5687b2c3d 100644 --- a/ios/JolocomWallet/Base.lproj/Info.plist +++ b/ios/JolocomWallet/Base.lproj/Info.plist @@ -34,7 +34,7 @@ CFBundleVersion - 1 + 2 LSApplicationCategoryType LSRequiresIPhoneOS