|
|
|
@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
|
|
|
|
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileSdkVersion 30 |
|
|
|
|
compileSdkVersion 31 |
|
|
|
|
|
|
|
|
|
compileOptions { |
|
|
|
|
sourceCompatibility JavaVersion.VERSION_1_8 |
|
|
|
@ -45,7 +45,7 @@ android {
|
|
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). |
|
|
|
|
applicationId "xyz.dcdevelop.infotren" |
|
|
|
|
minSdkVersion 16 |
|
|
|
|
targetSdkVersion 30 |
|
|
|
|
targetSdkVersion 31 |
|
|
|
|
versionCode flutterVersionCode.toInteger() |
|
|
|
|
versionName flutterVersionName |
|
|
|
|
} |
|
|
|
|