Move package namespace declarations out of manifests (#17578)

This commit is contained in:
arkon
2023-08-17 17:56:14 -04:00
committed by GitHub
parent 1a3b4d2231
commit 34a3c8f0f7
23 changed files with 47 additions and 30 deletions

View File

@@ -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 {