From 4a7be708983758813e7213037ab3adf2ddb07874 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 23 Jun 2023 16:14:41 +0300 Subject: [PATCH] Update queries in manifest --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c7b570972..22f833ad4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,7 +79,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:f096ca2ad3') { + implementation('com.github.KotatsuApp:kotatsu-parsers:c2b79b55f8') { exclude group: 'org.json', module: 'json' } @@ -142,7 +142,7 @@ dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.json:json:20230227' + testImplementation 'org.json:json:20230618' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1' androidTestImplementation 'androidx.test:runner:1.5.2' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2b2c8e6c4..4a2c84584 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,6 +25,16 @@ android:name="android.permission.MANAGE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" /> + + + + + + + + + +