gradle: downgrade AppCompat to stable

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-23 18:11:52 +05:30
parent 790b7c94d3
commit e04371d64a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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"