summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-05-04 04:13:16 -0400
committerGravatar bunnei2023-06-03 00:05:59 -0700
commitd8bacdfc14c065ad381ebd2d728742712984805c (patch)
treef34f9363f4a8789851639c992910bd6cb8419f1b /src
parentandroid: Migrate to AGP 8.0.1 (diff)
downloadyuzu-d8bacdfc14c065ad381ebd2d728742712984805c.tar.gz
yuzu-d8bacdfc14c065ad381ebd2d728742712984805c.tar.xz
yuzu-d8bacdfc14c065ad381ebd2d728742712984805c.zip
android: Update dependencies
Diffstat (limited to 'src')
-rw-r--r--src/android/app/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 3d9635049..ea13b6d0e 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -149,14 +149,14 @@ dependencies {
149 implementation("androidx.recyclerview:recyclerview:1.3.0") 149 implementation("androidx.recyclerview:recyclerview:1.3.0")
150 implementation("androidx.constraintlayout:constraintlayout:2.1.4") 150 implementation("androidx.constraintlayout:constraintlayout:2.1.4")
151 implementation("androidx.lifecycle:lifecycle-viewmodel:2.6.1") 151 implementation("androidx.lifecycle:lifecycle-viewmodel:2.6.1")
152 implementation("androidx.fragment:fragment:1.5.6") 152 implementation("androidx.fragment:fragment:1.5.7")
153 implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0") 153 implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0")
154 implementation("androidx.documentfile:documentfile:1.0.1") 154 implementation("androidx.documentfile:documentfile:1.0.1")
155 implementation("com.google.android.material:material:1.8.0") 155 implementation("com.google.android.material:material:1.8.0")
156 implementation("androidx.preference:preference:1.2.0") 156 implementation("androidx.preference:preference:1.2.0")
157 implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1") 157 implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")
158 implementation("io.coil-kt:coil:2.2.2") 158 implementation("io.coil-kt:coil:2.2.2")
159 implementation("androidx.core:core-splashscreen:1.0.0") 159 implementation("androidx.core:core-splashscreen:1.0.1")
160 implementation("androidx.window:window:1.0.0") 160 implementation("androidx.window:window:1.0.0")
161 implementation("org.ini4j:ini4j:0.5.4") 161 implementation("org.ini4j:ini4j:0.5.4")
162 implementation("androidx.constraintlayout:constraintlayout:2.1.4") 162 implementation("androidx.constraintlayout:constraintlayout:2.1.4")