Skip to content

Commit

Permalink
Build & codesign native libs
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jan 17, 2025
1 parent 0980c84 commit 3d607bd
Show file tree
Hide file tree
Showing 8 changed files with 1,387 additions and 752 deletions.
Binary file modified external/libs/signed/Mac/aarch64/libsqlitejdbc.dylib
Binary file not shown.
Binary file modified external/libs/signed/Mac/x86_64/libsqlitejdbc.dylib
Binary file not shown.
Binary file modified external/libs/signed/Windows/x86/sqlitejdbc.dll
Binary file not shown.
Binary file modified external/libs/signed/Windows/x86_64/sqlitejdbc.dll
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ okio = "3.9.0"

sql-delight-dialect = "sqlite-3-38-dialect"
sql-delight = "2.0.2"
sql-jdbc-xerial = "3.47.2.0"
sql-jdbc-xerial = "3.48.0.0"

[libraries]
androidx-startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "androidx-startup" }
Expand Down
2,080 changes: 1,339 additions & 741 deletions library/driver/sqlite3mc/sqlite3mc.c

Large diffs are not rendered by default.

57 changes: 47 additions & 10 deletions library/driver/sqlite3mc/sqlite3mc.h

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

0 comments on commit 3d607bd

Please sign in to comment.