Skip to content

Commit

Permalink
Merge pull request #1273 from Tencent/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lingol authored Apr 24, 2024
2 parents 7c19c21 + 35d14ff commit 1abfa75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/MMKV_Android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
*/

#include "MMKV.h"
#include <bits/alltypes.h>

#ifdef MMKV_ANDROID

# include <bits/alltypes.h>
# include "InterProcessLock.h"
# include "KeyValueHolder.h"
# include "MMKVLog.h"
Expand Down
2 changes: 1 addition & 1 deletion OpenHarmony/MMKV/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MMKV for OpenHarmony Change Log

## v1.3.5-alpha / 2024-04-19
## v1.3.5 / 2024-04-24
Fix a bug in `MMKV.initialize()` that fails to handle the optional parameter _logLevel_.

## v1.3.4 / 2024-04-17
Expand Down

0 comments on commit 1abfa75

Please sign in to comment.