File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929 targetSdkVersion 29
3030 versionCode 1
3131 versionName " 1.0"
32- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
32+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
3333 }
3434
3535 buildTypes {
@@ -47,6 +47,6 @@ flutter {
4747
4848dependencies {
4949 testImplementation ' junit:junit:4.12'
50- androidTestImplementation ' com.android.support. test:runner :1.0.2 '
51- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
50+ androidTestImplementation ' androidx. test.ext:junit :1.1.1 '
51+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
5252}
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx1536M
22android.enableR8 =true
3+ android.useAndroidX =true
4+ android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments