Increased target SDK to 30
This commit is contained in:
parent
16636d9f7c
commit
c337e8a7b8
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.3.3+13 - UNRELEASED
|
||||
* Increased target SDK to 30
|
||||
|
||||
## 1.3.3+12
|
||||
* Automatically switch to initial tab when coming from the share menu
|
||||
|
|
|
@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 30
|
||||
|
||||
lintOptions {
|
||||
disable 'InvalidPackage'
|
||||
|
@ -40,7 +40,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "de.varakh.fbmobile"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
Loading…
Reference in a new issue