From ee4d85fcea1ac6e10002521230b0cb77722da74e Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Mon, 2 May 2022 15:42:47 +0530 Subject: [PATCH] Updated Parser & Version Code --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 749ed677d..ed2df7776 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 404 + versionCode 405 versionName '3.2' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -65,7 +65,7 @@ android { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) - implementation('com.github.nv95:kotatsu-parsers:72cd6fbadf') { + implementation('com.github.nv95:kotatsu-parsers:a83f3a5178') { exclude group: 'org.json', module: 'json' } @@ -116,4 +116,4 @@ dependencies { androidTestImplementation 'androidx.test:core-ktx:1.4.0' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3' androidTestImplementation 'androidx.room:room-testing:2.4.2' -} \ No newline at end of file +}