Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garryyan committed May 31, 2017
1 parent 7dc1154 commit 9bccd66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Mars

[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/Tencent/mars/blob/master/LICENSE)
[![Release Version](https://img.shields.io/badge/release-1.1.4-red.svg)](https://github.com/Tencent/mars/releases)
[![Release Version](https://img.shields.io/badge/release-1.1.6-red.svg)](https://github.com/Tencent/mars/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/mars/pulls)
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.4-red.svg)](https://github.com/Tencent/mars/wiki)
[![WeChat Approved](https://img.shields.io/badge/Platform-%20iOS%20%7C%20OS%20X%20%7C%20Android%20-brightgreen.svg)](https://github.com/Tencent/mars/wiki)
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.6-red.svg)](https://github.com/Tencent/mars/wiki)
[![WeChat Approved](https://img.shields.io/badge/Platform-%20iOS%20%7C%20OS%20X%20%7C%20Android(ndk11c)%20-brightgreen.svg)](https://github.com/Tencent/mars/wiki)

(中文版本请参看[这里](#mars_cn))

Expand Down Expand Up @@ -41,7 +41,7 @@ Add dependencies by adding the following lines to your app/build.gradle.

```xml
dependencies {
compile 'com.tencent.mars:mars-wrapper:1.1.4'
compile 'com.tencent.mars:mars-wrapper:1.1.5'
}
```

Expand All @@ -53,7 +53,7 @@ Add dependencies by adding the following lines to your app/build.gradle.

```xml
dependencies {
compile 'com.tencent.mars:mars-core:1.1.4'
compile 'com.tencent.mars:mars-core:1.1.6'
}
```

Expand Down Expand Up @@ -329,7 +329,7 @@ gradle 接入我们提供了两种接入方式:[mars-wrapper](#wrapper) 或者

```xml
dependencies {
compile 'com.tencent.mars:mars-wrapper:1.1.4'
compile 'com.tencent.mars:mars-wrapper:1.1.5'
}
```

Expand All @@ -342,7 +342,7 @@ dependencies {

```xml
dependencies {
compile 'com.tencent.mars:mars-core:1.1.4'
compile 'com.tencent.mars:mars-core:1.1.6'
}
```
接着往下操作之前,请先确保你已经添加了 mars-wrapper 或者 mars-core 的依赖
Expand Down

0 comments on commit 9bccd66

Please sign in to comment.