diff --git a/Android/MMKV/mmkv/build.gradle b/Android/MMKV/mmkv/build.gradle index ff373367..741ce1f5 100644 --- a/Android/MMKV/mmkv/build.gradle +++ b/Android/MMKV/mmkv/build.gradle @@ -7,7 +7,7 @@ plugins { } android { - namespace "com.tencent.mmkv" + namespace "com.zhongwuzw.mmkv" defaultConfig { testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" externalNativeBuild { diff --git a/Android/MMKV/mmkvannotation/build.gradle b/Android/MMKV/mmkvannotation/build.gradle index 81545524..3c8009d7 100644 --- a/Android/MMKV/mmkvannotation/build.gradle +++ b/Android/MMKV/mmkvannotation/build.gradle @@ -4,7 +4,7 @@ plugins { } android { - namespace "com.tencent.mmkv" + namespace "com.zhongwuzw.mmkvannotation" } dependencies { diff --git a/Android/MMKV/mmkvdemo/build.gradle b/Android/MMKV/mmkvdemo/build.gradle index aee2db54..9c2b5c20 100644 --- a/Android/MMKV/mmkvdemo/build.gradle +++ b/Android/MMKV/mmkvdemo/build.gradle @@ -4,7 +4,7 @@ plugins { } android { - namespace "com.tencent.mmkvdemo" + namespace "com.zhongwuzw.mmkvdemo" signingConfigs { config { @@ -16,7 +16,7 @@ android { } defaultConfig { - applicationId "com.tencent.mmkvdemo" + applicationId "com.zhongwuzw.mmkvdemo" targetSdk = compileSdk versionCode 1 versionName "1.0" diff --git a/flutter/mmkv/example/android/app/build.gradle b/flutter/mmkv/example/android/app/build.gradle index 05a3ee8d..cb269ae7 100644 --- a/flutter/mmkv/example/android/app/build.gradle +++ b/flutter/mmkv/example/android/app/build.gradle @@ -23,7 +23,7 @@ if (flutterVersionName == null) { } android { - namespace "com.tencent.mmkv_example" + namespace "com.zhongwuzw.mmkv_example" compileSdkVersion 35 lintOptions { diff --git a/flutter/mmkv_android/android/build.gradle b/flutter/mmkv_android/android/build.gradle index 5e4fc9f7..51e0fdfb 100644 --- a/flutter/mmkv_android/android/build.gradle +++ b/flutter/mmkv_android/android/build.gradle @@ -23,7 +23,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - namespace "com.tencent.mmkvflutter" + namespace "com.zhongwuzw.mmkv.mmkvflutter" compileSdkVersion 35 defaultConfig {