diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-08-14 03:37:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 22:07:38 +0000 |
commit | 689a369a3a3d5fa687a87a7f0fa77ce6dc4cfe54 (patch) | |
tree | 973245b43b69045e1251b62e12fa7d232ccb6256 | |
parent | a82f8dda860714f446373e6c9406f13d8d6a2547 (diff) |
Upgrade ConstraintLayout, Material and Timber (#1484)
-rw-r--r-- | gradle/libs.versions.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c732adf5..637fa035 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ androidx-annotation = "androidx.annotation:annotation:1.2.0" androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01" androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03" androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha03" -androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.0-rc01" +androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.0" androidx-core-ktx = "androidx.core:core-ktx:1.7.0-alpha01" androidx-documentfile = "androidx.documentfile:documentfile:1.0.1" androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.4.0-alpha06" @@ -31,7 +31,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.5.0-alpha01" +androidx-material = "com.google.android.material:material:1.5.0-alpha02" 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" @@ -78,7 +78,7 @@ thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.1.0" thirdparty-plumber = "com.squareup.leakcanary:plumber-android:2.7" thirdparty-sshj = "com.hierynomus:sshj:0.31.0" thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5" -thirdparty-timber = "com.jakewharton.timber:timber:4.7.1" +thirdparty-timber = "com.jakewharton.timber:timber:5.0.0" thirdparty-timberkt = "com.github.ajalt:timberkt:1.5.1" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:0.3.1" thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:17.5.1" |