Skip to content

Commit 02e2bb1

Browse files
committed
Add jitpack distribution support
1 parent 5271053 commit 02e2bb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1011
classpath 'com.android.tools.build:gradle:3.0.0'
1112
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1213

ratingdialok/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
5+
group='com.github.chrjsorg'
36

47
android {
58
compileSdkVersion 26

0 commit comments

Comments
 (0)