Skip to content

Commit 8083fe0

Browse files
committed
android x support
1 parent 16cb478 commit 8083fe0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4848
dependencies {
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
}

android/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
org.gradle.jvmargs=-Xmx1536M
22
android.enableR8=true
3+
android.useAndroidX=true
4+
android.enableJetifier=true

0 commit comments

Comments
 (0)