增加广告组件,个人中心

This commit is contained in:
唐明明
2022-05-27 17:52:17 +08:00
parent 4a635f3570
commit d64bf95b25
269 changed files with 3960 additions and 309 deletions

View File

@@ -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'
}