all: upgrade AndroidX dependencies

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-03 01:14:10 +05:30
parent ce3dd8b7e7
commit 9cb43dec7a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -26,8 +26,8 @@ kotlin {
val commonTest by getting { dependencies { implementation(kotlin("test")) } }
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.3.0")
api("androidx.core:core-ktx:1.5.0")
api("androidx.appcompat:appcompat:1.4.0-alpha02")
api("androidx.core:core-ktx:1.6.0-beta02")
}
}
val androidTest by getting { dependencies { implementation("junit:junit:4.13.2") } }