Skip to content

Commit 9a29426

Browse files
moving to jitpack
1 parent 56ded82 commit 9a29426

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apply plugin: 'com.android.application'
22

3+
group='com.github.Nishant-Pathak'
4+
35
repositories {
4-
maven {
5-
url "http://nishantpathak.bintray.com/public"
6-
}
6+
maven { url 'https://jitpack.io' }
77
}
88

99
android {
@@ -35,7 +35,7 @@ dependencies {
3535
})
3636
// compile project(path: ':mathview-release')
3737

38-
compile 'com.nishant:mathview:0.6'
39-
compile 'com.android.support:appcompat-v7:25.1.0'
38+
compile 'com.github.Nishant-Pathak:MathView:v0.6'
39+
compile 'com.android.support:appcompat-v7:25.2.0'
4040
testCompile 'junit:junit:4.12'
4141
}

0 commit comments

Comments
 (0)