|
|
|
@ -32,7 +32,7 @@ apply plugin: 'kotlin-android'
|
|
|
|
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
|
compileSdkVersion 28
|
|
|
|
|
compileSdkVersion 29
|
|
|
|
|
|
|
|
|
|
sourceSets {
|
|
|
|
|
main.java.srcDirs += 'src/main/kotlin'
|
|
|
|
@ -46,7 +46,7 @@ android {
|
|
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
|
|
|
|
applicationId "com.akuCommunity.app"
|
|
|
|
|
minSdkVersion 21
|
|
|
|
|
targetSdkVersion 28
|
|
|
|
|
targetSdkVersion 29
|
|
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
|
|
versionName flutterVersionName
|
|
|
|
|
ndk {
|
|
|
|
|