Skip to content

Commit 022e205

Browse files
committed
Publish on JitPack
1 parent 1ef2ba4 commit 022e205

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.0.1'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
13+
1214

1315
// NOTE: Do not place your application dependencies here; they belong
1416
// in the individual module build.gradle files

permissionskt/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ apply plugin: 'com.android.library'
22

33
apply plugin: 'kotlin-android'
44

5+
apply plugin: 'com.github.dcendents.android-maven'
6+
7+
group='com.github.sembozdemir'
8+
59
android {
610
compileSdkVersion 27
711

0 commit comments

Comments
 (0)