We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61facda + 73151c5 commit bd7a9f7Copy full SHA for bd7a9f7
Android/MMKV/mmkvdemo/build.gradle
@@ -98,7 +98,7 @@ repositories {
98
}
99
100
// Define the mmkv version to use
101
-def mmkvVersion = '2.2.0'
+def mmkvVersion = '2.2.1'
102
103
dependencies {
104
implementation fileTree(include: ['*.jar'], dir: 'libs')
flutter/mmkv/example/android/app/build.gradle
@@ -52,7 +52,7 @@ android {
52
53
54
55
- implementation('com.tencent:mmkv:2.2.0')
+ implementation('com.tencent:mmkv:2.2.1')
56
57
constraints {
58
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") {
0 commit comments