File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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
+
3
4
# MathView
4
5
5
6
- [x] Support all types of math encoding ( MathML, TeX or AsciiMath etc).
@@ -25,14 +26,12 @@ Add below lines to app's build.gradle
25
26
26
27
``` groovy
27
28
repositories {
28
- maven {
29
- url "http://nishantpathak.bintray.com/public"
30
- }
29
+ maven { url 'https://jitpack.io' }
31
30
}
32
31
```
33
32
``` groovy
34
33
dependencies {
35
- compile 'com.nishant:mathview:0 .6'
34
+ compile 'com.github.Nishant-Pathak:App-Math:v0 .6'
36
35
}
37
36
```
38
37
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
- group= ' com.github.Nishant-Pathak'
4
-
5
3
repositories {
6
4
maven { url ' https://jitpack.io' }
7
5
}
@@ -35,7 +33,7 @@ dependencies {
35
33
})
36
34
// compile project(path: ':mathview-release')
37
35
38
- compile ' com.github.Nishant-Pathak:MathView :v0.6'
36
+ compile ' com.github.Nishant-Pathak:App-Math :v0.6'
39
37
compile ' com.android.support:appcompat-v7:25.2.0'
40
38
testCompile ' junit:junit:4.12'
41
39
}
You can’t perform that action at this time.
0 commit comments