Skip to content

Commit f868309

Browse files
Added jitpack maven configuration
1 parent 6ee851f commit f868309

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ apply plugin: 'com.android.library'
33
apply plugin: 'kotlin-android'
44
apply plugin: 'kotlin-android-extensions'
55
apply plugin: 'kotlin-kapt'
6+
apply plugin: 'com.github.dcendents.android-maven'
7+
8+
group='com.github.theblissprogrammer'
69

710
android {
811
compileSdkVersion 28

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ buildscript {
3737
classpath "com.android.tools.build:gradle:$gradleVersion"
3838
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
3939

40+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
4041
}
4142
}
4243

0 commit comments

Comments
 (0)