diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-03 02:56:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 21:26:19 +0000 |
commit | 9c388e49748084bdac3fb277ea507b80b9c7c33a (patch) | |
tree | f0ce0115fbf6d8c1e64d180b482d4507a337e13d /gradle/libs.versions.toml | |
parent | ae5e109f6750834bce978edfe6de3fbdd494dbbb (diff) |
Upgrade remaining dependencies (#1450)
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a1ad921..dca7c641 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ # Centralized versions for dependencies that share versions [versions] -androidx_activity = "1.3.0-beta02" +androidx_activity = "1.3.0-rc01" androidx_test = "1.4.0" -compose = "1.0.0-beta09" +compose = "1.0.0-rc01" composeSnapshot = "-" coroutines = "1.5.0" hilt = "2.37" @@ -42,7 +42,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref="lifecycle" } androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="lifecycle" } androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05" -androidx-material = "com.google.android.material:material:1.4.0-rc01" +androidx-material = "com.google.android.material:material:1.4.0" androidx-preference = "androidx.preference:preference:1.1.1" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.2.1" androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01" @@ -95,7 +95,7 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service # Testing dependencies testing-junit = "junit:junit:4.13.2" testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } -testing-robolectric = "org.robolectric:robolectric:4.6-alpha-2" +testing-robolectric = "org.robolectric:robolectric:4.6" testing-sharedPrefsMock = "com.github.IvanShafran:shared-preferences-mock:1.0" androidx-testing-rules = { module = "androidx.test:rules", version.ref="androidx_test" } androidx-testing-runner = { module = "androidx.test:runner", version.ref="androidx_test" } |