We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5271053 commit 02e2bb1Copy full SHA for 02e2bb1
build.gradle
@@ -7,6 +7,7 @@ buildscript {
7
jcenter()
8
}
9
dependencies {
10
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
11
classpath 'com.android.tools.build:gradle:3.0.0'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
ratingdialok/build.gradle
@@ -1,5 +1,8 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
+apply plugin: 'com.github.dcendents.android-maven'
4
+
5
+group='com.github.chrjsorg'
6
android {
compileSdkVersion 26
0 commit comments