mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 11:22:01 +01:00
Move package namespace declarations out of manifests (#17578)
This commit is contained in:
@@ -5,12 +5,13 @@ plugins {
|
||||
|
||||
android {
|
||||
compileSdk = AndroidConfig.compileSdk
|
||||
namespace = "eu.kanade.tachiyomi.lib.synchrony"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
}
|
||||
|
||||
namespace = "eu.kanade.tachiyomi.lib.synchrony"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user