File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:3.0.1'
11-
11+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
1212
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
@@ -19,6 +19,7 @@ allprojects {
1919 repositories {
2020 google()
2121 jcenter()
22+ maven { url " https://jitpack.io" }
2223 }
2324}
2425
Original file line number Diff line number Diff line change @@ -32,3 +32,7 @@ dependencies {
3232 androidTestImplementation ' com.android.support.test:runner:1.0.1'
3333 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
3434}
35+
36+ apply plugin : ' com.github.dcendents.android-maven'
37+ group = ' xyz.gracefulife.stepindicator'
38+ version = ' 1.0'
You can’t perform that action at this time.
0 commit comments