Skip to content

Commit b1324f1

Browse files
[Update] Powersync Core Sqlite (#16)
update powersync-sqlite-core 0.1.6
1 parent 9da1555 commit b1324f1

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

.changeset/gold-donkeys-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@journeyapps/react-native-quick-sqlite': patch
3+
---
4+
5+
Updated PowerSync SQLite Core to ~>0.1.6. https://github.com/powersync-ja/powersync-sqlite-core/pull/3

android/src/main/jniLibs/arm64-v8a/libpowersync.so

100755100644
768 Bytes
Binary file not shown.

android/src/main/jniLibs/armeabi-v7a/libpowersync.so

100755100644
800 Bytes
Binary file not shown.

android/src/main/jniLibs/x86/libpowersync.so

100755100644
960 Bytes
Binary file not shown.

android/src/main/jniLibs/x86_64/libpowersync.so

100755100644
960 Bytes
Binary file not shown.

react-native-quick-sqlite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929
s.dependency "React-callinvoker"
3030
s.dependency "React"
3131
s.dependency "React-Core"
32-
s.dependency 'powersync-sqlite-core'
32+
s.dependency "powersync-sqlite-core", "~> 0.1.6"
3333

3434
if ENV['QUICK_SQLITE_USE_PHONE_VERSION'] == '1' then
3535
s.exclude_files = "cpp/sqlite3.c", "cpp/sqlite3.h"

0 commit comments

Comments
 (0)