Skip to content

Commit

Permalink
Merge pull request Tencent#45 from Tencent/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lingol authored Sep 28, 2018
2 parents 6d579e3 + 6ebb257 commit bba5dc3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Android/MMKV/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ ext {
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = compileSdkVersion
buildToolsVersion = '28.0.2'
supportLibVersion = "25.4.0"
javaVersion = JavaVersion.VERSION_1_7

Expand Down
1 change: 0 additions & 1 deletion Android/MMKV/gradle/build_library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion Android/MMKV/mmkv/src/main/cpp/InterProcessLock.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enum LockType {
// handles lock upgrade & downgrade correctly
class FileLock {
int m_fd;
flock m_lockInfo;
struct flock m_lockInfo;
size_t m_sharedLockCount;
size_t m_exclusiveLockCount;

Expand Down

0 comments on commit bba5dc3

Please sign in to comment.