Skip to content

Commit 9bccd66

Browse files
committed
update readme
1 parent 7dc1154 commit 9bccd66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Mars
22

33
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/Tencent/mars/blob/master/LICENSE)
4-
[![Release Version](https://img.shields.io/badge/release-1.1.4-red.svg)](https://github.com/Tencent/mars/releases)
4+
[![Release Version](https://img.shields.io/badge/release-1.1.6-red.svg)](https://github.com/Tencent/mars/releases)
55
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/mars/pulls)
6-
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.4-red.svg)](https://github.com/Tencent/mars/wiki)
7-
[![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)
6+
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.6-red.svg)](https://github.com/Tencent/mars/wiki)
7+
[![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)
88

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

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

4242
```xml
4343
dependencies {
44-
compile 'com.tencent.mars:mars-wrapper:1.1.4'
44+
compile 'com.tencent.mars:mars-wrapper:1.1.5'
4545
}
4646
```
4747

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

5454
```xml
5555
dependencies {
56-
compile 'com.tencent.mars:mars-core:1.1.4'
56+
compile 'com.tencent.mars:mars-core:1.1.6'
5757
}
5858
```
5959

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

330330
```xml
331331
dependencies {
332-
compile 'com.tencent.mars:mars-wrapper:1.1.4'
332+
compile 'com.tencent.mars:mars-wrapper:1.1.5'
333333
}
334334
```
335335

@@ -342,7 +342,7 @@ dependencies {
342342

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

0 commit comments

Comments
 (0)