Skip to content

Commit 7ec8d14

Browse files
minor fixes
1 parent 5f0c83f commit 7ec8d14

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![Build Status](https://travis-ci.org/Nishant-Pathak/MathView.svg?branch=master)](https://travis-ci.org/Nishant-Pathak/MathView)
2-
[![](https://jitpack.io/v/Nishant-Pathak/App-Math.svg)](https://jitpack.io/#Nishant-Pathak/App-Math)
3-
2+
[![](https://jitpack.io/v/Nishant-Pathak/MathView.svg)](https://jitpack.io/#Nishant-Pathak/MathView)
43
# MathView
54

65
- [x] Support all types of math encoding ( MathML, TeX or AsciiMath etc).
@@ -31,7 +30,7 @@ repositories {
3130
```
3231
```groovy
3332
dependencies {
34-
compile 'com.github.Nishant-Pathak:App-Math:v0.6'
33+
compile 'com.github.Nishant-Pathak:MathView:v1.1'
3534
}
3635
```
3736

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies {
3131
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3232
exclude group: 'com.android.support', module: 'support-annotations'
3333
})
34-
compile project(path: ':mathview-lib')
35-
34+
// compile project(path: ':mathview-lib')
35+
compile 'com.github.Nishant-Pathak:MathView:v1.1'
3636
// compile 'com.github.Nishant-Pathak:App-Math:v0.6'
3737
compile 'com.android.support:appcompat-v7:25.2.0'
3838
testCompile 'junit:junit:4.12'

mathview-lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 17
1111
targetSdkVersion 25
1212
versionCode 1
13-
versionName '0.6'
13+
versionName '1.0'
1414

1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616

0 commit comments

Comments
 (0)