diff --git a/android/build.gradle b/android/build.gradle index 5c604f7..04e336f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -39,6 +39,10 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + if (project.android.hasProperty('namespace')) { + namespace 'io.github.v7lin.tencent_kit' + } + compileSdkVersion 31 compileOptions {