File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 targetSdkVersion 28
1313 versionCode 1
1414 versionName " 1.0"
15- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
15+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
1616 }
1717 buildTypes {
1818 release {
@@ -25,10 +25,11 @@ android {
2525dependencies {
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2727 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
28- implementation ' com.android.support:appcompat-v7:28.0.0'
29- implementation ' com.android.support.constraint:constraint-layout:1.1.3'
28+ implementation ' androidx.appcompat:appcompat:1.1.0-alpha03'
29+ implementation ' androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
30+ api (' com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.22' )
3031 testImplementation ' junit:junit:4.12'
31- androidTestImplementation ' com.android.support. test:runner:1.0.2 '
32- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.2 '
33- implementation ' com.android.support:design:28.0.0 '
32+ androidTestImplementation ' androidx. test:runner:1.1.2-alpha02 '
33+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.2.0-alpha02 '
34+ implementation ' com.google. android.material:material:1.1.0-alpha04 '
3435}
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ allprojects {
1919 repositories {
2020 google()
2121 jcenter()
22+ maven { url " https://jitpack.io" }
2223 }
2324}
2425
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ kotlin.code.style=official
1818
1919systemProp.http.proxyHost =51.77.229.143
2020systemProp.http.proxyPort =8080
21+ android.useAndroidX =true
22+ android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments