Skip to content

Commit

Permalink
Merge pull request #1466 from jolocom/hotfix/android_bump_versionCode
Browse files Browse the repository at this point in the history
Hotfix/android bump version code
  • Loading branch information
Exulansis authored Sep 13, 2019
2 parents 885fd76 + b565643 commit e93c327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ios/JolocomWallet/Base.lproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit e93c327

Please sign in to comment.