Skip to content

Commit

Permalink
add jitpack dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon committed Apr 4, 2018
1 parent 2caede2 commit 946f7df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file removed .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: 'jitpack-publish.gradle'

buildscript {
ext.kotlin_version = '1.2.30'
Expand All @@ -10,6 +11,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// add JitPack dependencies
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
12 changes: 12 additions & 0 deletions jitpack-publish.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
subprojects { project ->

if (project.name == "app") {
return
}

apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.easilycoder'


}

0 comments on commit 946f7df

Please sign in to comment.