From d6a1eba6570849527e79eaf45945b96c08cb78b3 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 25 Jun 2023 14:29:02 -0500 Subject: [PATCH] Fix:Android file provider to use application id --- android/app/build.gradle | 5 ----- android/app/src/main/AndroidManifest.xml | 2 +- .../java/com/audiobookshelf/app/data/LocalLibraryItem.kt | 2 +- .../main/java/com/audiobookshelf/app/data/PlaybackSession.kt | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d261b995..12926319 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -21,8 +21,6 @@ kotlin { } android { - - namespace 'com.audiobookshelf.app' buildFeatures { viewBinding true @@ -86,9 +84,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion" -// testImplementation "junit:junit:$junitVersion" -// androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" -// androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" implementation project(':capacitor-cordova-android-plugins') implementation "androidx.core:core-ktx:$androidx_core_ktx_version" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4aca42b6..3ca07f5a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -95,7 +95,7 @@