diff --git a/android/build.gradle b/android/build.gradle index acbbfb9..83c9801 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,6 +29,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'io.github.v7lin.weibo_kit' compileSdkVersion 31 compileOptions { @@ -60,4 +61,5 @@ android { dependencies { vendorImplementation 'androidx.appcompat:appcompat:1.0.0' vendorImplementation 'io.github.sinaweibosdk:core:12.5.0@aar' + vendorImplementation 'io.github.sinaweibosdk:core:13.10.5@aar' }