diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-09-21 19:15:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 19:15:36 -0400 |
commit | c619199bb4ddc84aa5a2df6e1d193a8bf733f1a7 (patch) | |
tree | 9bdac9ad67208b26b837b25901d247ecb27fdb2e | |
parent | 9e9cb28471dd90ffd95e83a11b5810e1284acf5a (diff) | |
parent | 703bf7cfce0309829fb526d75dac6a3ba0bd4646 (diff) |
Merge pull request #11564 from t895/overlay-inset-fix
android: Update androidx window library to 1.2.0-beta03
-rw-r--r-- | src/android/app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 431f899b3..84a3308b7 100644 --- a/src/android/app/build.gradle.kts +++ b/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") |