diff --git a/app/build.gradle b/app/build.gradle index ff598011b..2e32929c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 620 - versionName = '6.7-a1' + versionCode = 621 + versionName = '6.7-b1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:8b9c76fca5') { + implementation('com.github.KotatsuApp:kotatsu-parsers:4a8c7fa36a') { exclude group: 'org.json', module: 'json' } @@ -147,7 +147,7 @@ dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.json:json:20231013' + testImplementation 'org.json:json:20240205' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' androidTestImplementation 'androidx.test:runner:1.5.2' diff --git a/build.gradle b/build.gradle index aa736995a..1fcc296f3 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.1' + classpath 'com.android.tools.build:gradle:8.2.2' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22' classpath 'com.google.dagger:hilt-android-gradle-plugin:2.50' classpath 'com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.22-1.0.16'