flutter: target newer SDK
This commit is contained in:
parent
6a8a66fede
commit
737b285578
|
@ -28,3 +28,4 @@ Lokaler Package-Import
|
||||||
dependencies:
|
dependencies:
|
||||||
myPackage:
|
myPackage:
|
||||||
path: ../myPackage
|
path: ../myPackage
|
||||||
|
* Dann normal importieren, z.B. import"package:myPackage/file123.dart"
|
|
@ -137,7 +137,7 @@ if (keystorePropertiesFile.exists()) {
|
||||||
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 29
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
disable 'InvalidPackage'
|
disable 'InvalidPackage'
|
||||||
|
@ -147,7 +147,7 @@ android {
|
||||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||||
applicationId "$org.$packageName"
|
applicationId "$org.$packageName"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
versionCode flutterVersionCode.toInteger()
|
versionCode flutterVersionCode.toInteger()
|
||||||
versionName flutterVersionName
|
versionName flutterVersionName
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user