Skip to content

Commit

Permalink
Add jitpack to build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjd committed Jan 30, 2018
1 parent 91c3afa commit 4f313e9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'


// jitpack
// See: https://jitpack.io/docs/ANDROID/
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
5 changes: 5 additions & 0 deletions wbsnotchview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
apply plugin: 'com.android.library'

// jitpack
// See: https://jitpack.io/docs/ANDROID/
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.fishjd'

android {
compileSdkVersion 26

Expand Down
6 changes: 6 additions & 0 deletions wbsseekbar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
apply plugin: 'com.android.library'

// jitpack
// See: https://jitpack.io/docs/ANDROID/
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.fishjd'


android {
compileSdkVersion 26

Expand Down

0 comments on commit 4f313e9

Please sign in to comment.