From 112afa9c1451a336c1b85c35dc8de4ac190a78a3 Mon Sep 17 00:00:00 2001 From: guoling Date: Wed, 30 Mar 2022 11:49:18 +0800 Subject: [PATCH] prepare for v1.2.13 --- Android/MMKV/gradle.properties | 2 +- Android/MMKV/mmkvdemo/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Android/MMKV/gradle.properties b/Android/MMKV/gradle.properties index ed6d3151..722829aa 100644 --- a/Android/MMKV/gradle.properties +++ b/Android/MMKV/gradle.properties @@ -14,7 +14,7 @@ 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.2.12 +VERSION_NAME_PREFIX=1.2.13 #VERSION_NAME_SUFFIX=-SNAPSHOT VERSION_NAME_SUFFIX= diff --git a/Android/MMKV/mmkvdemo/build.gradle b/Android/MMKV/mmkvdemo/build.gradle index 2ea9e6a4..a94923f0 100644 --- a/Android/MMKV/mmkvdemo/build.gradle +++ b/Android/MMKV/mmkvdemo/build.gradle @@ -76,9 +76,9 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation project(':mmkv') -// implementation 'com.tencent:mmkv:1.2.12' -// implementation 'com.tencent:mmkv-static:1.2.12' // this is identical to 'com.tencent:mmkv' -// implementation 'com.tencent:mmkv-shared:1.2.12' +// implementation 'com.tencent:mmkv:1.2.13' +// implementation 'com.tencent:mmkv-static:1.2.13' // this is identical to 'com.tencent:mmkv' +// implementation 'com.tencent:mmkv-shared:1.2.13' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:4.13.2'