Skip to content

Commit 842e972

Browse files
author
fuxinbo
committed
1.减少依赖项目
2.删除一些曾经写的垃圾View
1 parent 1a151e3 commit 842e972

7 files changed

Lines changed: 3 additions & 433 deletions

File tree

.idea/gradle.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CustomControlLibs/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@ dependencies {
4444
testImplementation 'junit:junit:4.12'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
47-
implementation 'com.github.bumptech.glide:glide:4.11.0'
48-
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
4947

5048
implementation "androidx.cardview:cardview:1.0.0"
5149

5250
implementation "androidx.palette:palette:1.0.0"
53-
implementation "androidx.core:core-ktx:+"
51+
implementation "androidx.core:core-ktx:1.3.2"
5452
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5553
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0"
5654

CustomControlLibs/src/main/java/com/example/customcontrollibs/CustomChannelView.java

Lines changed: 0 additions & 168 deletions
This file was deleted.

CustomControlLibs/src/main/java/com/example/customcontrollibs/ImageTopView.java

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)