Skip to content

Commit

Permalink
✨ 优化 namespace 兼容
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Jan 24, 2025
1 parent b92ef0f commit 1a50968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace = "com.zero.app_installer"
if (project.android.hasProperty("namespace")) {
namespace = "com.zero.app_installer"
}
compileSdk 34

defaultConfig {
Expand Down

0 comments on commit 1a50968

Please sign in to comment.