Skip to content

Commit

Permalink
🐛 更新 Android namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Jan 20, 2025
1 parent be4539e commit 4be2ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
if (project.android.hasProperty("namespace")) {
namespace = "com.zero.flutter_pangle_ads"
}
compileSdk 31
defaultConfig {
minSdkVersion 19
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace = "com.zero.flutter_pangle_ads_example"
compileSdk = flutter.compileSdkVersion
compileSdk = 34
ndkVersion = flutter.ndkVersion

compileOptions {
Expand Down

0 comments on commit 4be2ef2

Please sign in to comment.