From de9c1017b3f7a7522c74fa84796dfd2f9e384f4c Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 6 May 2022 15:45:20 +0300 Subject: [PATCH] Update parsers --- .gitignore | 1 + .idea/deploymentTargetDropDown.xml | 38 ------------------------------ app/build.gradle | 2 +- 3 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.gitignore b/.gitignore index d4fcf16ce..3ba4daee9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /.idea/navEditor.xml /.idea/assetWizardSettings.xml /.idea/kotlinScripting.xml +/.idea/deploymentTargetDropDown.xml .DS_Store /build /captures diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 4b6850667..000000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index b04edbd11..e899f7b87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ android { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) - implementation('com.github.nv95:kotatsu-parsers:090ad4b256') { + implementation('com.github.nv95:kotatsu-parsers:b495e5e457') { exclude group: 'org.json', module: 'json' }