Commit 5f36cec8 authored by gaodapeng's avatar gaodapeng

修改、优化

parent 4b45dce9
......@@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName "1.0"
......@@ -24,11 +24,6 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'com.github.bumptech.glide:glide:4.9.0'
......
apply plugin: 'com.android.library'
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 18
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
include ':banner'
include ':imageVideoBanner'
\ No newline at end of file
include ':imageVideoBanner', ':banner'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment