Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-Sms
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangchengbo
Simple-Sms
Commits
bd79fde7
Commit
bd79fde7
authored
Nov 27, 2024
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加LogCat日志依赖库
parent
b1349720
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
build.gradle.kts
app/build.gradle.kts
+2
-0
libs.versions.toml
gradle/libs.versions.toml
+3
-0
settings.gradle.kts
settings.gradle.kts
+4
-0
No files found.
app/build.gradle.kts
View file @
bd79fde7
...
...
@@ -177,4 +177,6 @@ dependencies {
// implementation(libs.arouter)
// kapt(libs.arouterCompiler)
implementation(libs.logCat)
}
gradle/libs.versions.toml
View file @
bd79fde7
...
...
@@ -71,10 +71,13 @@ reprint = "2cb206415d"
androidx-documentfile
=
"1.0.1"
androidx-exifinterface
=
"1.3.6"
arouterCompilerVersion
=
"1.5.2"
logCatVersion
=
"1.0.10"
#####################################################################
[libraries]
logCat
=
{
module
=
"com.tiankuan.lib.android:log"
,
version.ref
=
"logCatVersion"
}
arouter
=
{
module
=
"com.alibaba:arouter-api"
,
version.ref
=
"arouterCompilerVersion"
}
arouterCompiler
=
{
module
=
"com.alibaba:arouter-compiler"
,
version.ref
=
"arouterCompilerVersion"
}
...
...
settings.gradle.kts
View file @
bd79fde7
...
...
@@ -10,6 +10,10 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
setUrl("http://192.168.0.79:10004/repository/maven-public/")
isAllowInsecureProtocol = true
}
maven { setUrl("https://jitpack.io") }
flatDir {
dirs("libs", "../libs")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment