@@ -11,12 +11,12 @@ android {
1111 versionCode 1
1212 versionName " 1.0"
1313
14- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
14+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
1515 testInstrumentationRunnerArgument " listener" , " de.schroepf.androidxmlrunlistener.XmlRunListener"
1616 }
1717
1818 testOptions {
19- execution ' ANDROID_TEST_ORCHESTRATOR '
19+ execution ' ANDROIDX_TEST_ORCHESTRATOR '
2020 }
2121
2222 buildTypes {
@@ -33,23 +33,23 @@ android {
3333
3434dependencies {
3535 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
36- implementation ' com.android.support :appcompat-v7:28 .0.0 '
37- implementation ' com.android.support:design:28.0.0 '
38- implementation ' com.android.support:support-annotations:28 .0.0'
36+ implementation ' androidx.appcompat :appcompat:1 .0.1 '
37+ implementation ' com.google. android.material:material:1.1.0-alpha01 '
38+ implementation ' androidx.annotation:annotation:1 .0.0'
3939
4040 testImplementation ' junit:junit:4.12'
4141
4242 // use git version
43- // androidTestImplementation project(':android-xml-run-listener')
43+ androidTestImplementation project(' :android-xml-run-listener' )
4444
4545 // use published version
46- androidTestImplementation " de.schroepf:android-xml-run-listener:$android_xml_run_listener_version "
46+ // androidTestImplementation "de.schroepf:android-xml-run-listener:$android_xml_run_listener_version"
4747
4848 // Android Testing Support Library's runner and rules
49- androidTestImplementation (" com.android.support. test.espresso:espresso-core:3.0.1 " ) {
49+ androidTestImplementation (" androidx. test.espresso:espresso-core:3.1.0 " ) {
5050 exclude module : ' support-annotations'
5151 }
5252
53- androidTestImplementation " com.android.support .test:runner:$test_runner_version "
54- androidTestUtil " com.android.support. test:orchestrator:$t est_orchestrator_version "
53+ androidTestImplementation " androidx .test:runner:$test_runner_version "
54+ androidTestUtil ' androidx. test:orchestrator:1.1.0 '
5555}
0 commit comments