Skip to content

Commit

Permalink
update mars sdk version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shockcao committed Jan 9, 2017
1 parent a400f79 commit dfebb49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 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.3-red.svg)](https://github.com/Tencent/mars/releases)
[![Release Version](https://img.shields.io/badge/release-1.1.4-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.3-red.svg)](https://github.com/Tencent/mars/wiki)
[![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-iOS | OS X | Android -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.3'
compile 'com.tencent.mars:mars-wrapper:1.1.4'
}
```

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.3'
compile 'com.tencent.mars:mars-core:1.1.4'
}
```

Expand Down Expand Up @@ -295,9 +295,9 @@ Mars is under the MIT license. See the [LICENSE](https://github.com/Tencent/mars
## <a name="mars_cn">Mars</a>

[![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.3-red.svg)](https://github.com/Tencent/mars/releases)
[![Release Version](https://img.shields.io/badge/release-1.1.4-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.3-red.svg)](https://github.com/Tencent/mars/wiki)
[![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-iOS | OS X | Android -brightgreen.svg)](https://github.com/Tencent/mars/wiki)

Mars 是微信官方的跨平台跨业务的终端基础组件。
Expand Down Expand Up @@ -329,7 +329,7 @@ gradle 接入我们提供了两种接入方式:[mars-wrapper](#wrapper) 或者

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

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

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

0 comments on commit dfebb49

Please sign in to comment.