Skip to content

Commit 97d92fe

Browse files
committed
add jitpack
1 parent b27e2c2 commit 97d92fe

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)