File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ buildscript {
1212 classpath deps. plugins. kotlin
1313 classpath deps. plugins. versions
1414 classpath deps. plugins. maven_gradle
15+ classpath deps. plugins. maven_publish
1516 classpath deps. plugins. dokka
1617 }
1718}
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ ext.versions = versions
5555def plugins = [:]
5656plugins. android_build_tools = " com.android.tools.build:gradle:$versions . plugin_build_tools "
5757plugins. maven_gradle = " com.github.dcendents:android-maven-gradle-plugin:$versions . plugin_android_maven " // for aars
58+ plugins. maven_publish = " com.vanniktech:gradle-maven-publish-plugin:0.11.1"
5859plugins. google_services = " com.google.gms:google-services:$versions . plugin_google_services "
5960plugins. firebase = " com.google.firebase:firebase-plugins:$versions . plugin_firebase "
6061plugins. fabric = " io.fabric.tools:gradle:$versions . plugin_fabric "
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apply from: "$rootProject.projectDir/android-library.gradle"
22
33apply plugin : " org.jetbrains.dokka"
44apply plugin : ' com.github.dcendents.android-maven'
5+ apply plugin : " com.vanniktech.maven.publish"
56
67group= ' dev.bmcreations'
78
You can’t perform that action at this time.
0 commit comments