From 9d7a60346f46c02dccc5f19702c7a997676faa2e Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Mon, 3 Apr 2023 05:01:54 -0400 Subject: android: Remove game database The content provider + database solution was excessive and is now replaced with the simple file checks from before but turned into an array list held within a viewmodel. --- src/android/app/build.gradle | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/android/app/build.gradle') diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 22f2d4b80..a82d2706b 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -140,10 +140,6 @@ dependencies { implementation "io.coil-kt:coil:2.2.2" implementation 'androidx.core:core-splashscreen:1.0.0' implementation 'androidx.window:window:1.0.0' - - // Allows FRP-style asynchronous operations in Android. - implementation 'io.reactivex:rxandroid:1.2.1' - implementation 'com.nononsenseapps:filepicker:4.2.1' implementation 'org.ini4j:ini4j:0.5.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' -- cgit v1.2.3