Add android-maven-gradle-plugin

This commit is contained in:
Chumva 2019-10-11 11:25:44 +03:00
parent 7021a2b9b5
commit f91d8a33ff
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='net.OsmAnd.OsmAnd-api'
android {
compileSdkVersion 27

View file

@ -9,6 +9,7 @@ buildscript {
//classpath 'com.android.tools.build:gradle:2.+'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}