Increased target SDK to 30

This commit is contained in:
Varakh 2021-05-19 12:08:29 +02:00
parent 16636d9f7c
commit c337e8a7b8
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# CHANGELOG # CHANGELOG
## 1.3.3+13 - UNRELEASED ## 1.3.3+13 - UNRELEASED
* Increased target SDK to 30
## 1.3.3+12 ## 1.3.3+12
* Automatically switch to initial tab when coming from the share menu * Automatically switch to initial tab when coming from the share menu

View file

@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 29 compileSdkVersion 30
lintOptions { lintOptions {
disable 'InvalidPackage' disable 'InvalidPackage'
@ -40,7 +40,7 @@ android {
defaultConfig { defaultConfig {
applicationId "de.varakh.fbmobile" applicationId "de.varakh.fbmobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 30
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"