android: add namespace

This commit is contained in:
Kesha Antonov
2023-11-03 12:25:03 +03:00
parent 0090439e08
commit 396bb3f6c8
+1
View File
@@ -7,6 +7,7 @@ def safeExtGet(prop, fallback) {
}
android {
namespace "com.eko"
compileSdkVersion safeExtGet('compileSdkVersion', 33)
defaultConfig {