Update build.gradle

This commit is contained in:
Hong ZhiQing 2025-06-10 10:39:43 +08:00 committed by GitHub
parent 0aaa5874e5
commit f6ec9cbc5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
namespace 'io.github.v7lin.weibo_kit'
compileSdkVersion 31 compileSdkVersion 31
compileOptions { compileOptions {
@ -60,4 +61,5 @@ android {
dependencies { dependencies {
vendorImplementation 'androidx.appcompat:appcompat:1.0.0' vendorImplementation 'androidx.appcompat:appcompat:1.0.0'
vendorImplementation 'io.github.sinaweibosdk:core:12.5.0@aar' vendorImplementation 'io.github.sinaweibosdk:core:12.5.0@aar'
vendorImplementation 'io.github.sinaweibosdk:core:13.10.5@aar'
} }