Skip to content

Commit f8183f7

Browse files
shockcaogarryyan
authored andcommitted
update mars sdk version to 1.1.4
1 parent 969c71d commit f8183f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.3-red.svg)](https://github.com/Tencent/mars/releases)
4+
[![Release Version](https://img.shields.io/badge/release-1.1.4-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.3-red.svg)](https://github.com/Tencent/mars/wiki)
6+
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.4-red.svg)](https://github.com/Tencent/mars/wiki)
77
[![WeChat Approved](https://img.shields.io/badge/Platform-iOS | OS X | Android -brightgreen.svg)](https://github.com/Tencent/mars/wiki)
88

99
(中文版本请参看[这里](#mars_cn))
@@ -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.3'
44+
compile 'com.tencent.mars:mars-wrapper:1.1.4'
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.3'
56+
compile 'com.tencent.mars:mars-core:1.1.4'
5757
}
5858
```
5959

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

297297
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/Tencent/mars/blob/master/LICENSE)
298-
[![Release Version](https://img.shields.io/badge/release-1.1.3-red.svg)](https://github.com/Tencent/mars/releases)
298+
[![Release Version](https://img.shields.io/badge/release-1.1.4-red.svg)](https://github.com/Tencent/mars/releases)
299299
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/mars/pulls)
300-
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.3-red.svg)](https://github.com/Tencent/mars/wiki)
300+
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.1.4-red.svg)](https://github.com/Tencent/mars/wiki)
301301
[![WeChat Approved](https://img.shields.io/badge/Platform-iOS | OS X | Android -brightgreen.svg)](https://github.com/Tencent/mars/wiki)
302302

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

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

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

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

0 commit comments

Comments
 (0)