Update AndroidX Test to 1.3.0

This commit is contained in:
cketti 2020-09-18 01:21:34 +02:00
parent 62d142ac6b
commit 52cc56f4be

View file

@ -23,7 +23,7 @@ buildscript {
'androidxCore': '1.3.0',
'androidxCardView': '1.0.0',
'androidxPreference': '1.1.1',
'androidxTestCore': '1.2.0',
'androidxTestCore': '1.3.0',
'materialComponents': '1.1.0',
'preferencesFix': '1.1.0',
'okio': '2.7.0',
@ -36,7 +36,7 @@ buildscript {
'minidns': '0.3.4',
'glide': '4.11.0',
'androidxTestRunner': '1.2.0',
'androidxTestRunner': '1.3.0',
'junit': '4.13',
'robolectric': '4.3.1',
'mockito': '3.3.3',