Skip to content

Commit

Permalink
Remove android-dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 22, 2021
1 parent 14af16b commit 4da2f4f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
9 changes: 0 additions & 9 deletions android-dummy/MmkvModule.java

This file was deleted.

14 changes: 0 additions & 14 deletions android-dummy/MmkvModulePackage.java

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-mmkv",
"version": "1.1.2",
"version": "1.1.3",
"description": "An efficient, small mobile key-value storage framework developed by WeChat. Works on Android and iOS.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -31,7 +31,7 @@
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods",
"prepack": "rm -rf android-tmp && mv android android-tmp && mv lib/aar android && cp -r android-dummy android/src",
"prepack": "rm -rf android-tmp && mv android android-tmp && mv lib/aar android",
"postpack": "rm -rf android && mv android-tmp android"
},
"keywords": [
Expand Down

0 comments on commit 4da2f4f

Please sign in to comment.