1
1
## Mars
2
2
3
3
[ ![ 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 )
5
5
[ ![ 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 )
8
8
9
9
(中文版本请参看[ 这里] ( #mars_cn ) )
10
10
@@ -41,7 +41,7 @@ Add dependencies by adding the following lines to your app/build.gradle.
41
41
42
42
``` xml
43
43
dependencies {
44
- compile 'com.tencent.mars:mars-wrapper:1.1.4 '
44
+ compile 'com.tencent.mars:mars-wrapper:1.1.5 '
45
45
}
46
46
```
47
47
@@ -53,7 +53,7 @@ Add dependencies by adding the following lines to your app/build.gradle.
53
53
54
54
``` xml
55
55
dependencies {
56
- compile 'com.tencent.mars:mars-core:1.1.4 '
56
+ compile 'com.tencent.mars:mars-core:1.1.6 '
57
57
}
58
58
```
59
59
@@ -329,7 +329,7 @@ gradle 接入我们提供了两种接入方式:[mars-wrapper](#wrapper) 或者
329
329
330
330
``` xml
331
331
dependencies {
332
- compile 'com.tencent.mars:mars-wrapper:1.1.4 '
332
+ compile 'com.tencent.mars:mars-wrapper:1.1.5 '
333
333
}
334
334
```
335
335
@@ -342,7 +342,7 @@ dependencies {
342
342
343
343
``` xml
344
344
dependencies {
345
- compile 'com.tencent.mars:mars-core:1.1.4 '
345
+ compile 'com.tencent.mars:mars-core:1.1.6 '
346
346
}
347
347
```
348
348
接着往下操作之前,请先确保你已经添加了 mars-wrapper 或者 mars-core 的依赖
0 commit comments