Upgrade ConstraintLayout, Material and Timber (#1484)
This commit is contained in:
parent
a82f8dda86
commit
689a369a3a
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue