Skip to content

Commit 80a206d

Browse files
committed
updated test dependencies to stable versions
1 parent 6f80fc1 commit 80a206d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,8 @@ object Config {
139139
}
140140

141141
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"
142+
private val androidxTestVersion = "1.5.0"
143+
private val espressoVersion = "3.5.0"
146144

147145
val androidJUnitRunner = "androidx.test.runner.AndroidJUnitRunner"
148146
val kotlinTestJunit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"

0 commit comments

Comments
 (0)