Skip to content

Commit 27f6aa2

Browse files
author
Mantas Palaima
committed
Update android maven gradle plugin
1 parent 1011e85 commit 27f6aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.0.1'
10-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1111
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
1212

1313
// NOTE: Do not place your application dependencies here; they belong

version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version.major=0
22
version.minor=7
3-
version.patch=8
3+
version.patch=9
44
version.suffix=
55
version.snapshot=false
66

0 commit comments

Comments
 (0)