diff options
| author | 2023-09-21 19:15:36 -0400 | |
|---|---|---|
| committer | 2023-09-21 19:15:36 -0400 | |
| commit | c619199bb4ddc84aa5a2df6e1d193a8bf733f1a7 (patch) | |
| tree | 9bdac9ad67208b26b837b25901d247ecb27fdb2e /src/android | |
| parent | Merge pull request #11555 from yuzu-emu/revert-11551-allow-save-imports-always (diff) | |
| parent | android: Update androidx window library to 1.2.0-beta03 (diff) | |
| download | yuzu-c619199bb4ddc84aa5a2df6e1d193a8bf733f1a7.tar.gz yuzu-c619199bb4ddc84aa5a2df6e1d193a8bf733f1a7.tar.xz yuzu-c619199bb4ddc84aa5a2df6e1d193a8bf733f1a7.zip | |
Merge pull request #11564 from t895/overlay-inset-fix
android: Update androidx window library to 1.2.0-beta03
Diffstat (limited to 'src/android')
| -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 { | |||
| 214 | implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1") | 214 | implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1") |
| 215 | implementation("io.coil-kt:coil:2.2.2") | 215 | implementation("io.coil-kt:coil:2.2.2") |
| 216 | implementation("androidx.core:core-splashscreen:1.0.1") | 216 | implementation("androidx.core:core-splashscreen:1.0.1") |
| 217 | implementation("androidx.window:window:1.1.0") | 217 | implementation("androidx.window:window:1.2.0-beta03") |
| 218 | implementation("org.ini4j:ini4j:0.5.4") | 218 | implementation("org.ini4j:ini4j:0.5.4") |
| 219 | implementation("androidx.constraintlayout:constraintlayout:2.1.4") | 219 | implementation("androidx.constraintlayout:constraintlayout:2.1.4") |
| 220 | implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") | 220 | implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") |