File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
</intent >
18
18
</queries >
19
19
20
- <application >
20
+ <application
21
+ android : theme =" @style/Theme.AppCompat" >
21
22
22
23
<meta-data
23
24
android : name =" com.google.android.gms.version"
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ object Config {
73
73
}
74
74
75
75
object Test {
76
- const val junit = " junit:junit:4.12 "
76
+ const val junit = " junit:junit:4.13.2 "
77
77
const val junitExt = " androidx.test.ext:junit:1.1.5"
78
78
const val truth = " com.google.truth:truth:0.42"
79
79
const val mockito = " org.mockito:mockito-android:2.21.0"
80
- const val robolectric = " org.robolectric:robolectric:4.13 "
80
+ const val robolectric = " org.robolectric:robolectric:4.14 "
81
81
82
82
const val core = " androidx.test:core:1.5.0"
83
83
const val archCoreTesting = " androidx.arch.core:core-testing:2.1.0"
You can’t perform that action at this time.
0 commit comments