Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
echo-lib-Deprecated
Project
Project
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
echo
echo-lib-Deprecated
Commits
b2d23bc0
Commit
b2d23bc0
authored
Jul 01, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加Android端的gradle构建脚本
parent
b833c822
Pipeline
#1741
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
build.gradle
build.gradle
+16
-0
No files found.
build.gradle
0 → 100644
View file @
b2d23bc0
apply
plugin:
'java-library'
group
'com.virjar'
version
'1.0-SNAPSHOT'
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
api
'io.netty:netty-codec:4.0.44.Final'
api
'io.netty:netty-handler:4.0.44.Final'
compileOnly
'org.slf4j:slf4j-api:1.7.25'
compileOnly
'com.google.android:android:4.1.1.4'
compileOnly
'com.android.support:support-annotations:28.0.0'
}
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