Action to mark manga as completed

This commit is contained in:
Koitharu
2024-01-11 18:53:45 +02:00
parent 514870f71c
commit 627cf73d72
6 changed files with 87 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ dependencies {
compileOnly 'com.google.auto.service:auto-service-annotations:1.1.1'
ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.1.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.13'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.json:json:20231013'