From f6ec9cbc5ee6b4f519b525c76c62e270fd416308 Mon Sep 17 00:00:00 2001 From: Hong ZhiQing <37497239+HongZhiQing@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:39:43 +0800 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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' }