mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
android: use namescape conditinally
This commit is contained in:
@@ -7,7 +7,10 @@ def safeExtGet(prop, fallback) {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "com.eko"
|
||||
if (project.android.hasProperty("namespace")) {
|
||||
namespace "com.eko"
|
||||
}
|
||||
|
||||
compileSdkVersion safeExtGet('compileSdkVersion', 34)
|
||||
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user