编录点新增4

This commit is contained in:
2025-09-27 23:25:12 +08:00
parent 8839320484
commit c02a2ff08c
33 changed files with 815 additions and 232 deletions
+4 -1
View File
@@ -78,7 +78,7 @@ android {
}
dependencies {
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
api rootProject.ext.androidxLibs
// ViewModel and LiveData
api rootProject.ext.jetpackLibs
@@ -112,4 +112,7 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.6.0'
// implementation 'com.zhihu.android:matisse:0.6.0'
implementation project(':matisse')
implementation 'com.github.hackware1993:MagicIndicator:1.7.0'
}