mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
all: upgrade AndroidX dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
ce3dd8b7e7
commit
9cb43dec7a
1 changed files with 2 additions and 2 deletions
|
@ -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") } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue