We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effd647 commit a3c732fCopy full SHA for a3c732f
android/build.gradle
@@ -39,8 +39,7 @@ rootProject.allprojects {
39
apply plugin: 'com.android.library'
40
41
android {
42
- if (project.android.hasProperty('namespace') ||
43
- getGradle().getGradleVersion().substring(0, 1).toInteger() >= 8) {
+ if (project.android.hasProperty('namespace')) {
44
namespace 'io.github.v7lin.tencent_kit'
45
}
46
0 commit comments