|
|
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
|
|
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 29
|
|
|
+ compileSdkVersion 30
|
|
|
|
|
|
sourceSets {
|
|
|
main.java.srcDirs += 'src/main/kotlin'
|
|
|
@@ -40,7 +40,7 @@ android {
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
|
|
applicationId "com.bh.bbyyy"
|
|
|
minSdkVersion 19
|
|
|
- targetSdkVersion 29
|
|
|
+ targetSdkVersion 30
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
versionName flutterVersionName
|
|
|
multiDexEnabled true
|