diff --git a/README.md b/README.md index bf1dbd3..bae8064 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Contains source and object code built from: This project provides the following dependencies needed to build [litehelpers / Cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage): - `sqlite3.h`, `sqlite3.c` - SQLite `3.15.2` amalgamation needed to build iOS and Windows versions -- `libs` - [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) JAR and [liteglue / Android-sqlite-native-driver](https://github.com/liteglue/Android-sqlite-native-driver) NDK libraries built with SQLite `3.15.2` amalgamation, with the following flags: +- `libs` - [liteglue / Android-sqlite-connector](https://github.com/liteglue/Android-sqlite-connector) and [liteglue / Android-sqlite-native-driver](https://github.com/liteglue/Android-sqlite-native-driver) JAR libraries built with SQLite `3.15.2` amalgamation, with the following flags: - `-DSQLITE_THREADSAFE=1` - `-DSQLITE_DEFAULT_MEMSTATUS=0` - `-DSQLITE_OMIT_DECLTYPE` diff --git a/libs/arm64-v8a/libsqlc-native-driver.so b/libs/arm64-v8a/libsqlc-native-driver.so deleted file mode 100755 index 48cf47c..0000000 Binary files a/libs/arm64-v8a/libsqlc-native-driver.so and /dev/null differ diff --git a/libs/armeabi-v7a/libsqlc-native-driver.so b/libs/armeabi-v7a/libsqlc-native-driver.so deleted file mode 100755 index fd87513..0000000 Binary files a/libs/armeabi-v7a/libsqlc-native-driver.so and /dev/null differ diff --git a/libs/armeabi/libsqlc-native-driver.so b/libs/armeabi/libsqlc-native-driver.so deleted file mode 100755 index 2670a34..0000000 Binary files a/libs/armeabi/libsqlc-native-driver.so and /dev/null differ diff --git a/libs/sqlite-native-driver.jar b/libs/sqlite-native-driver.jar new file mode 100644 index 0000000..53f2fcb Binary files /dev/null and b/libs/sqlite-native-driver.jar differ diff --git a/libs/x86/libsqlc-native-driver.so b/libs/x86/libsqlc-native-driver.so deleted file mode 100755 index 9c92da2..0000000 Binary files a/libs/x86/libsqlc-native-driver.so and /dev/null differ diff --git a/libs/x86_64/libsqlc-native-driver.so b/libs/x86_64/libsqlc-native-driver.so deleted file mode 100755 index d4c5775..0000000 Binary files a/libs/x86_64/libsqlc-native-driver.so and /dev/null differ diff --git a/package.json b/package.json index 1551eb1..80c0734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-sqlite-storage-dependencies", - "version": "1.0.4", + "version": "1.1.0", "description": "Cordova sqlite storage dependencies", "main": "404.js", "scripts": {