We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f80fc1 commit 80a206dCopy full SHA for 80a206d
buildSrc/src/main/java/Config.kt
@@ -139,10 +139,8 @@ object Config {
139
}
140
141
object TestLibs {
142
- // todo These rc versions are needed to run ui tests on Android 13.
143
- // They will be replaced by stable version when 1.5.0/3.5.0 will be out.
144
- private val androidxTestVersion = "1.5.0-rc01"
145
- private val espressoVersion = "3.5.0-rc01"
+ private val androidxTestVersion = "1.5.0"
+ private val espressoVersion = "3.5.0"
146
147
val androidJUnitRunner = "androidx.test.runner.AndroidJUnitRunner"
148
val kotlinTestJunit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
0 commit comments