diff --git a/README.md b/README.md index be2360693..e8a484803 100644 --- a/README.md +++ b/README.md @@ -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)) @@ -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' } ``` @@ -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' } ``` @@ -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' } ``` @@ -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 的依赖