diff --git a/build.gradle b/build.gradle index e6b32bc..af67713 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/wbsnotchview/build.gradle b/wbsnotchview/build.gradle index 246c51b..470ea7c 100644 --- a/wbsnotchview/build.gradle +++ b/wbsnotchview/build.gradle @@ -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 diff --git a/wbsseekbar/build.gradle b/wbsseekbar/build.gradle index 246c51b..d5f7acd 100644 --- a/wbsseekbar/build.gradle +++ b/wbsseekbar/build.gradle @@ -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