revert back to alpha03 of appcompat

since 04 will attempt to use sdk 33 method and can't compile with that just yet
This commit is contained in:
Jays2Kings 2022-05-31 15:30:15 -04:00
parent 0dde2d83ee
commit 781208d999

View file

@ -135,7 +135,7 @@ dependencies {
implementation("tachiyomi.sourceapi:source-api:1.1") implementation("tachiyomi.sourceapi:source-api:1.1")
// Android X libraries // Android X libraries
implementation("androidx.appcompat:appcompat:1.6.0-alpha04") implementation("androidx.appcompat:appcompat:1.6.0-alpha03")
implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.cardview:cardview:1.0.0")
implementation("com.google.android.material:material:1.6.0") implementation("com.google.android.material:material:1.6.0")
implementation("androidx.webkit:webkit:1.4.0") implementation("androidx.webkit:webkit:1.4.0")