File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 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
2728repositories {
28- maven {
29- url "http://nishantpathak.bintray.com/public"
30- }
29+ maven { url 'https://jitpack.io' }
3130}
3231```
3332``` groovy
3433dependencies {
35- compile 'com.nishant:mathview:0 .6'
34+ compile 'com.github.Nishant-Pathak:App-Math:v0 .6'
3635}
3736```
3837
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33repositories {
4- maven {
5- url " http://nishantpathak.bintray.com/public"
6- }
4+ maven { url ' https://jitpack.io' }
75}
86
97android {
@@ -35,7 +33,7 @@ dependencies {
3533 })
3634// compile project(path: ':mathview-release')
3735
38- compile ' com.nishant:mathview:0 .6'
39- compile ' com.android.support:appcompat-v7:25.1 .0'
36+ compile ' com.github.Nishant-Pathak:App-Math:v0 .6'
37+ compile ' com.android.support:appcompat-v7:25.2 .0'
4038 testCompile ' junit:junit:4.12'
4139}
You can’t perform that action at this time.
0 commit comments