From 876273446ae38740b57c6bb7b8960a739cb3dae3 Mon Sep 17 00:00:00 2001 From: Sourabh Singh Rawat Date: Tue, 29 Oct 2019 23:09:01 +0530 Subject: [PATCH] Add Jipack publish settings. --- app/build.gradle | 3 +++ build.gradle | 1 + 2 files changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 7d0ce90..d5d1bb5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,9 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' +apply plugin: 'com.github.dcendents.android-maven' + +group = 'com.github.dragneelfps' android { compileSdkVersion 29 diff --git a/build.gradle b/build.gradle index 5d5323f..fd08bf6 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.0.0-alpha01' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files