gradle: downgrade AppCompat to stable
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
790b7c94d3
commit
e04371d64a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-co
|
|||
androidx-activityKtx = "androidx.activity:activity-ktx:1.3.0-alpha08"
|
||||
androidx-annotation = "androidx.annotation:annotation:1.2.0"
|
||||
androidx-autofill = "androidx.autofill:autofill:1.2.0-alpha01"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha01"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.3.0"
|
||||
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha03"
|
||||
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.0-beta02"
|
||||
androidx-coreKtx = "androidx.core:core-ktx:1.6.0-beta01"
|
||||
|
|
Loading…
Reference in a new issue