We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 885fd76 + b565643 commit e93c327Copy full SHA for e93c327
android/app/build.gradle
@@ -107,7 +107,7 @@ android {
107
applicationId "com.jolocomwallet"
108
minSdkVersion rootProject.ext.minSdkVersion
109
targetSdkVersion rootProject.ext.targetSdkVersion
110
- versionCode 18
+ versionCode 19
111
versionName "1.7.0"
112
vectorDrawables.useSupportLibrary = true
113
missingDimensionStrategy 'react-native-camera', 'general'
ios/JolocomWallet/Base.lproj/Info.plist
@@ -34,7 +34,7 @@
34
</dict>
35
</array>
36
<key>CFBundleVersion</key>
37
- <string>1</string>
+ <string>2</string>
38
<key>LSApplicationCategoryType</key>
39
<string/>
40
<key>LSRequiresIPhoneOS</key>
0 commit comments