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 6b93e1b commit 7cf559aCopy full SHA for 7cf559a
Jetsurvey/buildSrc/src/main/java/com/example/compose/jetsurvey/buildsrc/dependencies.kt
@@ -49,7 +49,7 @@ object Libs {
49
50
object AndroidX {
51
const val appcompat = "androidx.appcompat:appcompat:1.3.0-beta01"
52
- const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha03"
+ const val coreKtx = "androidx.core:core-ktx:1.5.0-beta03"
53
54
object Lifecycle {
55
private const val version = "2.3.0-beta01"
0 commit comments