Browse Source
Merge pull request #11564 from t895/overlay-inset-fix
android: Update androidx window library to 1.2.0-beta03
pull/15/merge
Charles Lombardo
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/android/app/build.gradle.kts
|
|
|
@ -214,7 +214,7 @@ dependencies { |
|
|
|
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1") |
|
|
|
implementation("io.coil-kt:coil:2.2.2") |
|
|
|
implementation("androidx.core:core-splashscreen:1.0.1") |
|
|
|
implementation("androidx.window:window:1.1.0") |
|
|
|
implementation("androidx.window:window:1.2.0-beta03") |
|
|
|
implementation("org.ini4j:ini4j:0.5.4") |
|
|
|
implementation("androidx.constraintlayout:constraintlayout:2.1.4") |
|
|
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") |
|
|
|
|