Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Android/MMKV/mmkv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

android {
namespace "com.tencent.mmkv"
namespace "com.zhongwuzw.mmkv"
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion Android/MMKV/mmkvannotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
namespace "com.tencent.mmkv"
namespace "com.zhongwuzw.mmkvannotation"
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions Android/MMKV/mmkvdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
namespace "com.tencent.mmkvdemo"
namespace "com.zhongwuzw.mmkvdemo"

signingConfigs {
config {
Expand All @@ -16,7 +16,7 @@ android {
}

defaultConfig {
applicationId "com.tencent.mmkvdemo"
applicationId "com.zhongwuzw.mmkvdemo"
targetSdk = compileSdk
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
namespace "com.tencent.mmkv_example"
namespace "com.zhongwuzw.mmkv_example"
compileSdkVersion 35

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace "com.tencent.mmkvflutter"
namespace "com.zhongwuzw.mmkv.mmkvflutter"
compileSdkVersion 35

defaultConfig {
Expand Down