We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef2ba4 commit 022e205Copy full SHA for 022e205
build.gradle
@@ -9,6 +9,8 @@ buildscript {
9
dependencies {
10
classpath 'com.android.tools.build:gradle:3.0.1'
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
13
+
14
15
// NOTE: Do not place your application dependencies here; they belong
16
// in the individual module build.gradle files
permissionskt/build.gradle
@@ -2,6 +2,10 @@ apply plugin: 'com.android.library'
2
3
apply plugin: 'kotlin-android'
4
5
+apply plugin: 'com.github.dcendents.android-maven'
6
7
+group='com.github.sembozdemir'
8
android {
compileSdkVersion 27
0 commit comments