Commit bd79fde7 by zhangchengbo

feat:添加LogCat日志依赖库

parent b1349720
...@@ -177,4 +177,6 @@ dependencies { ...@@ -177,4 +177,6 @@ dependencies {
// implementation(libs.arouter) // implementation(libs.arouter)
// kapt(libs.arouterCompiler) // kapt(libs.arouterCompiler)
implementation(libs.logCat)
} }
...@@ -71,10 +71,13 @@ reprint = "2cb206415d" ...@@ -71,10 +71,13 @@ reprint = "2cb206415d"
androidx-documentfile = "1.0.1" 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"
##################################################################### #####################################################################
[libraries] [libraries]
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" }
arouterCompiler = { module = "com.alibaba:arouter-compiler", version.ref = "arouterCompilerVersion" } arouterCompiler = { module = "com.alibaba:arouter-compiler", version.ref = "arouterCompilerVersion" }
......
...@@ -10,6 +10,10 @@ dependencyResolutionManagement { ...@@ -10,6 +10,10 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven {
setUrl("http://192.168.0.79:10004/repository/maven-public/")
isAllowInsecureProtocol = true
}
maven { setUrl("https://jitpack.io") } maven { setUrl("https://jitpack.io") }
flatDir { flatDir {
dirs("libs", "../libs") dirs("libs", "../libs")
......
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