Skip to content

Commit

Permalink
Merge pull request #78 from Tencent/dev
Browse files Browse the repository at this point in the history
v1.0.11
  • Loading branch information
lingol committed Oct 12, 2018
2 parents 89d63b0 + c282d2d commit 786a83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android/MMKV/mmkv/src/main/java/com/tencent/mmkv/MMKV.java
Expand Up @@ -125,8 +125,8 @@ public static MMKV mmkvWithID(String mmapID, int mode, String cryptKey) {
if (parcelableMMKV != null) {
MMKV mmkv = parcelableMMKV.toMMKV();
if (mmkv != null) {
System.out.println(mmkv.mmapID() + " fd = " + mmkv.ashmemFD() +
", meta fd = " + mmkv.ashmemMetaFD());
System.out.println(mmkv.mmapID() + " fd = " + mmkv.ashmemFD()
+ ", meta fd = " + mmkv.ashmemMetaFD());
}
return mmkv;
}
Expand Down
2 changes: 1 addition & 1 deletion Android/MMKV/mmkvdemo/build.gradle
Expand Up @@ -55,7 +55,7 @@ repositories {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
// implementation project(':mmkv')
implementation 'com.tencent:mmkv:1.0.10'
implementation 'com.tencent:mmkv:1.0.11'
// 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'
Expand Down

0 comments on commit 786a83c

Please sign in to comment.