File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232 }
3333 defaultConfig {
3434 minSdkVersion 16
35- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
35+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
3636 }
3737 lintOptions {
3838 disable ' InvalidPackage'
Original file line number Diff line number Diff line change 1+ android.enableJetifier =true
2+ android.useAndroidX =true
13org.gradle.jvmargs =-Xmx1536M
24
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343 targetSdkVersion 28
4444 versionCode flutterVersionCode. toInteger()
4545 versionName flutterVersionName
46- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
46+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
4747 }
4848
4949 buildTypes {
@@ -62,6 +62,6 @@ flutter {
6262dependencies {
6363 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
6464 testImplementation ' junit:junit:4.12'
65- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
66- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
65+ androidTestImplementation ' androidx. test.ext:junit :1.1.1 '
66+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
6767}
Original file line number Diff line number Diff line change 1+ android.enableJetifier =true
2+ android.useAndroidX =true
13org.gradle.jvmargs =-Xmx1536M
24
You can’t perform that action at this time.
0 commit comments