diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-05-23 00:00:34 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:06:03 +0200 |
commit | c11c5b2eb759e718bc3de2a328d6cf654d82fdf9 (patch) | |
tree | 2ac14517a29ff4455d2722c4ea58a59c23ceb43c /src/android | |
parent | android: Delete java code style file (diff) | |
download | yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.tar yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.tar.gz yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.tar.bz2 yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.tar.lz yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.tar.xz yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.tar.zst yuzu-c11c5b2eb759e718bc3de2a328d6cf654d82fdf9.zip |
Diffstat (limited to '')
-rw-r--r-- | src/android/app/build.gradle.kts | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index f37d6b9f7..1be1c974d 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -166,17 +166,13 @@ android { } dependencies { - implementation("androidx.core:core-ktx:1.10.0") + implementation("androidx.core:core-ktx:1.10.1") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("androidx.exifinterface:exifinterface:1.3.6") - implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.recyclerview:recyclerview:1.3.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") - implementation("androidx.lifecycle:lifecycle-viewmodel:2.6.1") - implementation("androidx.fragment:fragment:1.5.7") - implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0") + implementation("androidx.fragment:fragment-ktx:1.5.7") implementation("androidx.documentfile:documentfile:1.0.1") - implementation("com.google.android.material:material:1.8.0") + implementation("com.google.android.material:material:1.9.0") implementation("androidx.preference:preference:1.2.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1") implementation("io.coil-kt:coil:2.2.2") |