diff --git a/app/build.gradle b/app/build.gradle index 8638d77c0..0200ae8eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 32 - versionCode 417 + versionCode 418 versionName '3.4.5' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -79,7 +79,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.nv95:kotatsu-parsers:c4abb758f3') { + implementation('com.github.nv95:kotatsu-parsers:fadb06aabb') { exclude group: 'org.json', module: 'json' }