diff --git a/build.gradle b/build.gradle index e6b32bc..6f1e501 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.0.1' - + 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 @@ -19,6 +19,7 @@ allprojects { repositories { google() jcenter() + maven { url "https://jitpack.io" } } } diff --git a/library/build.gradle b/library/build.gradle index 998a86f..fcc6184 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -32,3 +32,7 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' } + +apply plugin: 'com.github.dcendents.android-maven' +group = 'xyz.gracefulife.stepindicator' +version = '1.0' \ No newline at end of file