Disabled backups for android. Changed version to 4.0.7
M committed
Nov 16, 2020 at 17:00 UTC
70cf8f456093a3dad03e22355c74422ffac50047
2 files changed
+3
-1
android/app/src/main/AndroidManifest.xml
+2
@@ -6,6 +6,8 @@
6
7
<application
8
android:label="Cake Wallet"
9
+ android:allowBackup="false"
10
+ android:fullBackupContent="false"
11
android:icon="@mipmap/ic_launcher">
12
<activity
13
android:name=".MainActivity"
pubspec.yaml
+1
-1
@@ -11,7 +11,7 @@ description: Cake Wallet.
11
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12
# Read more about iOS versioning at
13
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14
-version: 4.0.6+16
14
+version: 4.0.7+17
15
16
environment:
17
sdk: ">=2.7.0 <3.0.0"