Changed target skd version for android and project version
M committed
Nov 12, 2020 at 10:16 UTC
22f9f6bac950269f958edc333d33eca777dd2cbb
2 files changed
+2
-2
android/app/build.gradle
+1
-1
@@ -41,7 +41,7 @@ android {
41
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
42
applicationId "com.cakewallet.cake_wallet"
43
minSdkVersion 21
44
- targetSdkVersion 28
44
+ targetSdkVersion 29
45
versionCode flutterVersionCode.toInteger()
46
versionName flutterVersionName
47
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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.4
14
+version: 4.0.4+14
15
16
environment:
17
sdk: ">=2.7.0 <3.0.0"