Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Feb 20, 2025
1 parent d175bd5 commit d0fa429
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion auth/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
</intent>
</queries>

<application>
<application
android:theme="@style/Theme.AppCompat">

<meta-data
android:name="com.google.android.gms.version"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ object Config {
}

object Test {
const val junit = "junit:junit:4.12"
const val junit = "junit:junit:4.13.2"
const val junitExt = "androidx.test.ext:junit:1.1.5"
const val truth = "com.google.truth:truth:0.42"
const val mockito = "org.mockito:mockito-android:2.21.0"
const val robolectric = "org.robolectric:robolectric:4.13"
const val robolectric = "org.robolectric:robolectric:4.14"

const val core = "androidx.test:core:1.5.0"
const val archCoreTesting = "androidx.arch.core:core-testing:2.1.0"
Expand Down

0 comments on commit d0fa429

Please sign in to comment.