android build fix

This commit is contained in:
unknown 2021-09-05 19:35:08 +02:00
parent 2c7efc0a18
commit c839ac178a
No known key found for this signature in database
GPG Key ID: 1D070E0B09CFB257

View File

@ -52,6 +52,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
signingConfigs {
@ -77,6 +78,7 @@ flutter {
}
dependencies {
implementation 'com.android.support:multidex:2.0.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'