Commit eef087e5 by zhangchengbo

fix:添加pop依赖库

parent 52a43534
...@@ -178,5 +178,6 @@ dependencies { ...@@ -178,5 +178,6 @@ dependencies {
// kapt(libs.arouterCompiler) // kapt(libs.arouterCompiler)
implementation(libs.logCat) implementation(libs.logCat)
implementation(libs.basePopup)
} }
...@@ -72,10 +72,12 @@ androidx-documentfile = "1.0.1" ...@@ -72,10 +72,12 @@ androidx-documentfile = "1.0.1"
androidx-exifinterface = "1.3.6" androidx-exifinterface = "1.3.6"
arouterCompilerVersion = "1.5.2" arouterCompilerVersion = "1.5.2"
logCatVersion = "1.0.10" logCatVersion = "1.0.10"
basePopupVersion = "3.2.1"
##################################################################### #####################################################################
[libraries] [libraries]
basePopup = { module = "io.github.razerdp:BasePopup", version.ref = "basePopupVersion" }
logCat = { module = "com.tiankuan.lib.android:log", version.ref = "logCatVersion" } logCat = { module = "com.tiankuan.lib.android:log", version.ref = "logCatVersion" }
arouter = { module = "com.alibaba:arouter-api", version.ref = "arouterCompilerVersion" } arouter = { module = "com.alibaba:arouter-api", version.ref = "arouterCompilerVersion" }
......
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