Skip to content

Commit a33ae33

Browse files
committed
jitpack setting constructed
1 parent 16ff79a commit a33ae33

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.5.3'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
1516
}

library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
group = 'com.github.gomsang'
2+
13
apply plugin: 'com.android.library'
4+
apply plugin: 'com.github.dcendents.android-maven'
5+
26
apply plugin: 'kotlin-android'
37
apply plugin: 'kotlin-android-extensions'
48
android {

0 commit comments

Comments
 (0)