summaryrefslogtreecommitdiffstats
path: root/src/android/app/build.gradle.kts
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2023-11-12 08:05:29 +0100
committert895 <clombardo169@gmail.com>2023-11-21 07:58:13 +0100
commite744c06f613d05762e3897a1df7709e8104ec03c (patch)
tree9dd549bdd97792750c23fd5ba31b1d854072ec1b /src/android/app/build.gradle.kts
parentcommon: settings: Add ifdefs to define android's default settings (diff)
downloadyuzu-e744c06f613d05762e3897a1df7709e8104ec03c.tar
yuzu-e744c06f613d05762e3897a1df7709e8104ec03c.tar.gz
yuzu-e744c06f613d05762e3897a1df7709e8104ec03c.tar.bz2
yuzu-e744c06f613d05762e3897a1df7709e8104ec03c.tar.lz
yuzu-e744c06f613d05762e3897a1df7709e8104ec03c.tar.xz
yuzu-e744c06f613d05762e3897a1df7709e8104ec03c.tar.zst
yuzu-e744c06f613d05762e3897a1df7709e8104ec03c.zip
Diffstat (limited to '')
-rw-r--r--src/android/app/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 021b070e0..5721327e7 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -219,7 +219,6 @@ dependencies {
implementation("io.coil-kt:coil:2.2.2")
implementation("androidx.core:core-splashscreen:1.0.1")
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")
implementation("androidx.navigation:navigation-fragment-ktx:2.7.4")