Address some warnings and deprecations (#18436)

* Address some warnings and deprecations

* Add back `AndroidConfig.targetSdk`
This commit is contained in:
AntsyLich
2023-10-09 03:47:14 +06:00
committed by GitHub
parent 1c8478fcca
commit 7eb7c2567a
15 changed files with 28 additions and 29 deletions

View File

@@ -8,7 +8,6 @@ android {
defaultConfig {
minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk
}
namespace = "eu.kanade.tachiyomi.lib.synchrony"

View File

@@ -33,7 +33,6 @@ object Deobfuscator {
}
}
@Suppress("unused")
private interface TestInterface {
fun getValue(): String
}