Skip to content

Commit 0643528

Browse files
committed
更新jitpack打包脚本,解决pom文件里面无引用依赖的问题
1 parent 85be6a7 commit 0643528

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.3'
11-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
10+
classpath 'com.android.tools.build:gradle:3.2.0'
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1212

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

jitpack.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'com.github.dcendents.android-maven'
22

33
group = 'com.github.licheedev'
4+
version = '1.0'
45

56
tasks.withType(JavaCompile) {
67
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)