Skip to content

Commit 91bffc2

Browse files
authoredDec 11, 2024··
Merge pull request #119 from sinyu1012/feat/android_namespace
添加 Android 命名空间
2 parents 901ba62 + a3c732f commit 91bffc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎android/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ rootProject.allprojects {
3939
apply plugin: 'com.android.library'
4040

4141
android {
42+
if (project.android.hasProperty('namespace')) {
43+
namespace 'io.github.v7lin.tencent_kit'
44+
}
45+
4246
compileSdkVersion 31
4347

4448
compileOptions {

0 commit comments

Comments
 (0)
Please sign in to comment.