Skip to content

Commit 1af7fc3

Browse files
moving to jitpack (#2)
* moving to jitpack * changing badge
1 parent 56ded82 commit 1af7fc3

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
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: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
repositories {
4-
maven {
5-
url "http://nishantpathak.bintray.com/public"
6-
}
4+
maven { url 'https://jitpack.io' }
75
}
86

97
android {
@@ -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
}

0 commit comments

Comments
 (0)