Skip to content

Commit

Permalink
moving to jitpack (#2)
Browse files Browse the repository at this point in the history
* moving to jitpack

* changing badge
  • Loading branch information
Nishant-Pathak authored Mar 14, 2017
1 parent 56ded82 commit 1af7fc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/Nishant-Pathak/MathView.svg?branch=master)](https://travis-ci.org/Nishant-Pathak/MathView)
[ ![Download](https://api.bintray.com/packages/nishantpathak/public/MathView/images/download.svg?version=0.6) ](https://bintray.com/nishantpathak/public/MathView/0.6/link)
[![](https://jitpack.io/v/Nishant-Pathak/App-Math.svg)](https://jitpack.io/#Nishant-Pathak/App-Math)

# MathView

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

```groovy
repositories {
maven {
url "http://nishantpathak.bintray.com/public"
}
maven { url 'https://jitpack.io' }
}
```
```groovy
dependencies {
compile 'com.nishant:mathview:0.6'
compile 'com.github.Nishant-Pathak:App-Math:v0.6'
}
```

Expand Down
8 changes: 3 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
apply plugin: 'com.android.application'

repositories {
maven {
url "http://nishantpathak.bintray.com/public"
}
maven { url 'https://jitpack.io' }
}

android {
Expand Down Expand Up @@ -35,7 +33,7 @@ dependencies {
})
// compile project(path: ':mathview-release')

compile 'com.nishant:mathview:0.6'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.github.Nishant-Pathak:App-Math:v0.6'
compile 'com.android.support:appcompat-v7:25.2.0'
testCompile 'junit:junit:4.12'
}

0 comments on commit 1af7fc3

Please sign in to comment.