Skip to content

Commit

Permalink
Merge pull request #119 from sinyu1012/feat/android_namespace
Browse files Browse the repository at this point in the history
添加 Android 命名空间
  • Loading branch information
lwj1994 authored Dec 11, 2024
2 parents 901ba62 + a3c732f commit 91bffc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91bffc2

Please sign in to comment.