Skip to content

Commit 6f211a7

Browse files
changing badge
1 parent 9a29426 commit 6f211a7

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Build Status](https://travis-ci.org/Nishant-Pathak/MathView.svg?branch=master)](https://travis-ci.org/Nishant-Pathak/MathView)
2-
[ ![Download](https://api.bintray.com/packages/nishantpathak/public/MathView/images/download.svg?version=0.6) ](https://bintray.com/nishantpathak/public/MathView/0.6/link)
2+
[![](https://jitpack.io/v/Nishant-Pathak/App-Math.svg)](https://jitpack.io/#Nishant-Pathak/App-Math)
3+
34
# MathView
45

56
- [x] Support all types of math encoding ( MathML, TeX or AsciiMath etc).
@@ -25,14 +26,12 @@ Add below lines to app's build.gradle
2526

2627
```groovy
2728
repositories {
28-
maven {
29-
url "http://nishantpathak.bintray.com/public"
30-
}
29+
maven { url 'https://jitpack.io' }
3130
}
3231
```
3332
```groovy
3433
dependencies {
35-
compile 'com.nishant:mathview:0.6'
34+
compile 'com.github.Nishant-Pathak:App-Math:v0.6'
3635
}
3736
```
3837

app/build.gradle

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

3-
group='com.github.Nishant-Pathak'
4-
53
repositories {
64
maven { url 'https://jitpack.io' }
75
}
@@ -35,7 +33,7 @@ dependencies {
3533
})
3634
// compile project(path: ':mathview-release')
3735

38-
compile 'com.github.Nishant-Pathak:MathView:v0.6'
36+
compile 'com.github.Nishant-Pathak:App-Math:v0.6'
3937
compile 'com.android.support:appcompat-v7:25.2.0'
4038
testCompile 'junit:junit:4.12'
4139
}

0 commit comments

Comments
 (0)