Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fastcoding
/
wdrouter
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
张波
2024-10-15 10:00:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
214aa9cbfb72978b1a21f83e1ee0cd352bd11e7f
214aa9cb
1 parent
186ddf9a
更新代码
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
wdrouter/build.gradle
wdrouter/build.gradle
View file @
214aa9c
...
...
@@ -17,6 +17,12 @@ android {
consumerProguardFiles
"consumer-rules.pro"
buildConfigField
"String"
,
"API_VERSION"
,
"\"${requestVersion}\""
javaCompileOptions
{
annotationProcessorOptions
{
arguments
=
[
AROUTER_MODULE_NAME:
project
.
getName
()]
}
}
}
buildTypes
{
...
...
Please
register
or
login
to post a comment