Add android-maven-gradle-plugin
This commit is contained in:
parent
7021a2b9b5
commit
f91d8a33ff
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
|
||||
group='net.OsmAnd.OsmAnd-api'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue