Skip to content

Commit 7ac2b48

Browse files
author
zhengjie
committed
添加上传至JitPack配置
1 parent 0ba9445 commit 7ac2b48

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

avoidonresult/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='io.github.anotherjack'
24

35
android {
46
compileSdkVersion 26

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:2.3.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1213

1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files

0 commit comments

Comments
 (0)