增加广告组件,个人中心
This commit is contained in:
@@ -3,6 +3,7 @@ buildscript {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -29,3 +30,19 @@ subprojects {
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
|
||||
repositories {
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
}
|
||||
|
||||
depedencies {
|
||||
implementation(name: 'sjmsdk_2.3.17', ext: 'aar')
|
||||
implementation(name: 'sjmsdk_kssdk-ct-3.3.27.3', ext: 'aar')
|
||||
|
||||
implementation 'com.android.support:appcompat-v7:27.1.1'
|
||||
implementation 'com.android.support:recyclerview-v7:27.1.1'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user