From 70494c9f94ecf5974c3a2aa737c9967da765b9d3 Mon Sep 17 00:00:00 2001 From: guoling Date: Wed, 24 Oct 2018 17:43:42 +0800 Subject: [PATCH] v1.0.12 for Android --- Android/MMKV/build.gradle | 2 +- Android/MMKV/gradle.properties | 2 +- Android/MMKV/mmkvdemo/build.gradle | 2 +- readme.md | 4 ++-- readme_cn.md | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Android/MMKV/build.gradle b/Android/MMKV/build.gradle index 1343c61f..3d4589e0 100644 --- a/Android/MMKV/build.gradle +++ b/Android/MMKV/build.gradle @@ -8,7 +8,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1' classpath 'digital.wup:android-maven-publish:3.6.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" diff --git a/Android/MMKV/gradle.properties b/Android/MMKV/gradle.properties index 20e76bb1..58ee2ed4 100644 --- a/Android/MMKV/gradle.properties +++ b/Android/MMKV/gradle.properties @@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME_PREFIX=1.0.11 +VERSION_NAME_PREFIX=1.0.12 #VERSION_NAME_SUFFIX=-SNAPSHOT VERSION_NAME_SUFFIX= \ No newline at end of file diff --git a/Android/MMKV/mmkvdemo/build.gradle b/Android/MMKV/mmkvdemo/build.gradle index 484e7465..37b4630c 100644 --- a/Android/MMKV/mmkvdemo/build.gradle +++ b/Android/MMKV/mmkvdemo/build.gradle @@ -55,7 +55,7 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') // implementation project(':mmkv') - implementation 'com.tencent:mmkv:1.0.11' + implementation 'com.tencent:mmkv:1.0.12' // implementation 'com.tencent:mmkv:1.0.10-SNAPSHOT' implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' diff --git a/readme.md b/readme.md index 89b9beb8..90f38dbe 100644 --- a/readme.md +++ b/readme.md @@ -75,8 +75,8 @@ Add the following lines to `build.gradle` on your app module: ```gradle dependencies { - implementation 'com.tencent:mmkv:1.0.11' - // replace "1.0.11" with any available version + implementation 'com.tencent:mmkv:1.0.12' + // replace "1.0.12" with any available version } ``` diff --git a/readme_cn.md b/readme_cn.md index ad6ac303..791bcbf6 100644 --- a/readme_cn.md +++ b/readme_cn.md @@ -59,8 +59,8 @@ NSString *str = [mmkv getObjectOfClass:NSString.class forKey:@"string"]; ```gradle dependencies { - implementation 'com.tencent:mmkv:1.0.11' - // replace "1.0.11" with any available version + implementation 'com.tencent:mmkv:1.0.12' + // replace "1.0.12" with any available version } ``` @@ -112,4 +112,4 @@ MMKV 以 BSD 3-Clause 证书开源,详情参见 [LICENSE.TXT](https://github.c ## 参与贡献 如果你有兴趣参与贡献,可以参考 [CONTRIBUTING.md](https://github.com/Tencent/MMKV/blob/master/CONTRIBUTING.md)。 [腾讯开源激励计划](https://opensource.tencent.com/contribution) 鼓励开发者的参与和贡献,期待你的加入。 ## 问题 & 反馈 -常见问题参见 [FAQ](https://github.com/Tencent/MMKV/wiki/FAQ_cn),欢迎提 [issues](https://github.com/Tencent/MMKV/issues) 提问反馈。 \ No newline at end of file +常见问题参见 [FAQ](https://github.com/Tencent/MMKV/wiki/FAQ_cn),欢迎提 [issues](https://github.com/Tencent/MMKV/issues) 提问反馈。