Update build.gradle
This commit is contained in:
parent
0aaa5874e5
commit
f6ec9cbc5e
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user