diff --git a/app/build.gradle b/app/build.gradle index ce29a3572..9bc118911 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 608 - versionName = '6.5.2' + versionCode = 609 + versionName = '6.5.3' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:4a0e7221b0') { + implementation('com.github.KotatsuApp:kotatsu-parsers:904e0719eb') { exclude group: 'org.json', module: 'json' }