Skip to content

Commit e93c327

Browse files
authored
Merge pull request #1466 from jolocom/hotfix/android_bump_versionCode
Hotfix/android bump version code
2 parents 885fd76 + b565643 commit e93c327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ android {
107107
applicationId "com.jolocomwallet"
108108
minSdkVersion rootProject.ext.minSdkVersion
109109
targetSdkVersion rootProject.ext.targetSdkVersion
110-
versionCode 18
110+
versionCode 19
111111
versionName "1.7.0"
112112
vectorDrawables.useSupportLibrary = true
113113
missingDimensionStrategy 'react-native-camera', 'general'

ios/JolocomWallet/Base.lproj/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>1</string>
37+
<string>2</string>
3838
<key>LSApplicationCategoryType</key>
3939
<string/>
4040
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)