We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1011e85 commit 27f6aa2Copy full SHA for 27f6aa2
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
dependencies {
9
classpath 'com.android.tools.build:gradle:3.0.1'
10
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
11
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
12
13
// NOTE: Do not place your application dependencies here; they belong
version.properties
@@ -1,6 +1,6 @@
1
version.major=0
2
version.minor=7
3
-version.patch=8
+version.patch=9
4
version.suffix=
5
version.snapshot=false
6
0 commit comments