File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
+ apply from : ' jitpack-publish.gradle'
2
3
3
4
buildscript {
4
5
ext. kotlin_version = ' 1.2.30'
@@ -10,6 +11,8 @@ buildscript {
10
11
dependencies {
11
12
classpath ' com.android.tools.build:gradle:3.1.0'
12
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
+ // add JitPack dependencies
15
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
13
16
14
17
// NOTE: Do not place your application dependencies here; they belong
15
18
// in the individual module build.gradle files
Original file line number Diff line number Diff line change
1
+ subprojects { project ->
2
+
3
+ if (project. name == " app" ) {
4
+ return
5
+ }
6
+
7
+ apply plugin : ' com.github.dcendents.android-maven'
8
+
9
+ group = ' com.github.easilycoder'
10
+
11
+
12
+ }
You can’t perform that action at this time.
0 commit comments