Skip to content

Commit

Permalink
Add jitPack settings
Browse files Browse the repository at this point in the history
  • Loading branch information
GwonHyeok committed Mar 14, 2017
1 parent d73d115 commit 226c08a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.3.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
5 changes: 4 additions & 1 deletion stickyswitch/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.novoda.bintray-release'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 25
Expand Down Expand Up @@ -49,4 +50,6 @@ publish {
website = 'https://github.com/GwonHyeok/StickySwitch'
issueTracker = 'https://github.com/GwonHyeok/StickySwitch/issues'
repository = 'https://github.com/GwonHyeok/StickySwitch.git'
}
}

group = 'com.github.GwonHyeok'

0 comments on commit 226c08a

Please sign in to comment.