Skip to content

Commit 3c8566e

Browse files
committed
- Support from 0.11.0 onwards (first version with Android support)
- Update package version
1 parent e195aa0 commit 3c8566e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-android-sqlite",
33
"description": "A react native android wrapper for SQLite",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"main": "index.android.js",
66
"keywords": [
77
"react-component",
@@ -16,6 +16,6 @@
1616
"license": "MIT",
1717
"homepage": "https://github.com/jbrodriguez/react-native-android-sqlite#readme",
1818
"dependencies": {
19-
"react-native": "^0.14.1"
19+
"react-native": ">= 0.11.0"
2020
}
2121
}

0 commit comments

Comments
 (0)