mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 11:22:01 +01:00
Address some warnings and deprecations (#18436)
* Address some warnings and deprecations * Add back `AndroidConfig.targetSdk`
This commit is contained in:
@@ -8,7 +8,6 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
}
|
||||
|
||||
namespace = "eu.kanade.tachiyomi.lib.synchrony"
|
||||
|
||||
@@ -33,7 +33,6 @@ object Deobfuscator {
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("unused")
|
||||
private interface TestInterface {
|
||||
fun getValue(): String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user