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
eef087e5
Commit
eef087e5
authored
Jun 16, 2025
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:添加pop依赖库
parent
52a43534
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
build.gradle.kts
app/build.gradle.kts
+1
-0
libs.versions.toml
gradle/libs.versions.toml
+2
-0
No files found.
app/build.gradle.kts
View file @
eef087e5
...
@@ -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)
}
}
gradle/libs.versions.toml
View file @
eef087e5
...
@@ -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"
}
...
...
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