diff --git a/app/build.gradle b/app/build.gradle index be46b5daa..3fffce4e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdkVersion 21 targetSdkVersion 33 - versionCode 512 - versionName '4.3.1' + versionCode 513 + versionName '4.3.2' generatedDensities = [] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -84,7 +84,7 @@ afterEvaluate { } } dependencies { - implementation('com.github.KotatsuApp:kotatsu-parsers:e5a6b82853') { + implementation('com.github.KotatsuApp:kotatsu-parsers:7f630184c0') { exclude group: 'org.json', module: 'json' }