File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
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
- [ ![ ] ( 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 )
4
3
# MathView
5
4
6
5
- [x] Support all types of math encoding ( MathML, TeX or AsciiMath etc).
@@ -31,7 +30,7 @@ repositories {
31
30
```
32
31
``` groovy
33
32
dependencies {
34
- compile 'com.github.Nishant-Pathak:App-Math:v0.6 '
33
+ compile 'com.github.Nishant-Pathak:MathView:v1.1 '
35
34
}
36
35
```
37
36
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
31
31
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
32
32
exclude group : ' com.android.support' , module : ' support-annotations'
33
33
})
34
- compile project(path : ' :mathview-lib' )
35
-
34
+ // compile project(path: ':mathview-lib')
35
+ compile ' com.github.Nishant-Pathak:MathView:v1.1 '
36
36
// compile 'com.github.Nishant-Pathak:App-Math:v0.6'
37
37
compile ' com.android.support:appcompat-v7:25.2.0'
38
38
testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
minSdkVersion 17
11
11
targetSdkVersion 25
12
12
versionCode 1
13
- versionName ' 0.6 '
13
+ versionName ' 1.0 '
14
14
15
15
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
16
16
You can’t perform that action at this time.
0 commit comments