diff --git a/app/build.gradle b/app/build.gradle index 01f101ce9..97baf8b5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 624 - versionName = '6.7.2' + versionCode = 625 + versionName = '6.7.3' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:3ff028c4e9') { + implementation('com.github.KotatsuApp:kotatsu-parsers:103f578c61') { exclude group: 'org.json', module: 'json' } @@ -128,11 +128,11 @@ dependencies { implementation 'com.google.dagger:hilt-android:2.50' kapt 'com.google.dagger:hilt-compiler:2.50' - implementation 'androidx.hilt:hilt-work:1.1.0' - kapt 'androidx.hilt:hilt-compiler:1.1.0' + implementation 'androidx.hilt:hilt-work:1.2.0' + kapt 'androidx.hilt:hilt-compiler:1.2.0' - implementation 'io.coil-kt:coil-base:2.5.0' - implementation 'io.coil-kt:coil-svg:2.5.0' + implementation 'io.coil-kt:coil-base:2.6.0' + implementation 'io.coil-kt:coil-svg:2.6.0' implementation 'com.github.KotatsuApp:subsampling-scale-image-view:02e6d6cfe9' implementation 'com.github.solkin:disk-lru-cache:1.4' implementation 'io.noties.markwon:core:4.6.2'