Commit b2d23bc0 authored by Administrator's avatar Administrator

添加Android端的gradle构建脚本

parent b833c822
Pipeline #1741 canceled with stages
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'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment