Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 626287e7 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Switch to AndroidX

parent 277defc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ android {
    }

    defaultConfig {
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
}

@@ -61,7 +61,7 @@ dependencies {
    api "com.squareup.okhttp3:okhttp:$okhttp_version"

    androidTestImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version"
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'androidx.test:runner:1.1.0'

    testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
    testImplementation 'junit:junit:4.12'