We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85be6a7 commit 0643528Copy full SHA for 0643528
build.gradle
@@ -7,8 +7,8 @@ buildscript {
7
jcenter()
8
}
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:3.1.3'
11
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
+ classpath 'com.android.tools.build:gradle:3.2.0'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
jitpack.gradle
@@ -1,6 +1,7 @@
1
apply plugin: 'com.github.dcendents.android-maven'
2
3
group = 'com.github.licheedev'
4
+version = '1.0'
5
6
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
0 commit comments