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
2108e739
Commit
2108e739
authored
Nov 18, 2024
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:添加ARouter依赖引用
parent
5cbed438
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
build.gradle.kts
app/build.gradle.kts
+17
-0
libs.versions.toml
gradle/libs.versions.toml
+5
-0
No files found.
app/build.gradle.kts
View file @
2108e739
...
@@ -39,6 +39,20 @@ android {
...
@@ -39,6 +39,20 @@ android {
ksp {
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
arg("room.schemaLocation", "$projectDir/schemas")
}
}
//ARouter
/* javaCompileOptions {
annotationProcessorOptions {
arguments["AROUTER_MODULE_NAME"] = project.name
}
}
kapt {
arguments {
arg("AROUTER_MODULE_NAME", project.name)
}
}*/
}
}
/*signingConfigs {
/*signingConfigs {
...
@@ -159,5 +173,8 @@ dependencies {
...
@@ -159,5 +173,8 @@ dependencies {
//引入Librarys
//引入Librarys
implementation(projects.commons)
implementation(projects.commons)
//添加ARouter引用
// implementation(libs.arouter)
// kapt(libs.arouterCompiler)
}
}
gradle/libs.versions.toml
View file @
2108e739
...
@@ -70,9 +70,14 @@ reprint = "2cb206415d"
...
@@ -70,9 +70,14 @@ 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"
#####################################################################
#####################################################################
[libraries]
[libraries]
arouter
=
{
module
=
"com.alibaba:arouter-api"
,
version.ref
=
"arouterCompilerVersion"
}
arouterCompiler
=
{
module
=
"com.alibaba:arouter-compiler"
,
version.ref
=
"arouterCompilerVersion"
}
androidx-documentfile
=
{
module
=
"androidx.documentfile:documentfile"
,
version.ref
=
"androidx-documentfile"
}
androidx-documentfile
=
{
module
=
"androidx.documentfile:documentfile"
,
version.ref
=
"androidx-documentfile"
}
androidx-exifinterface
=
{
module
=
"androidx.exifinterface:exifinterface"
,
version.ref
=
"androidx-exifinterface"
}
androidx-exifinterface
=
{
module
=
"androidx.exifinterface:exifinterface"
,
version.ref
=
"androidx-exifinterface"
}
reprint
=
{
module
=
"com.github.tibbi:reprint"
,
version.ref
=
"reprint"
}
reprint
=
{
module
=
"com.github.tibbi:reprint"
,
version.ref
=
"reprint"
}
...
...
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