Browse Source

REL: ver bump

pulltorefresh
Overtorment 6 years ago
parent
commit
9808970ff5
  1. 2
      android/app/build.gradle
  2. 2
      ios/BlueWallet/Info.plist

2
android/app/build.gradle

@ -102,7 +102,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "3.6.3"
versionName "3.7.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}

2
ios/BlueWallet/Info.plist

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.6.3</string>
<string>3.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

Loading…
Cancel
Save