Skip to content

Commit

Permalink
Support 16KiB page sizes on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2024
1 parent d7cbbe9 commit 5133fdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sqlite3_flutter_libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.25

- Support 16KiB page sizes on Android 15.

## 0.5.24

- Enable the [dbstat](https://www.sqlite.org/dbstat.html) compile-time option.
Expand Down
2 changes: 1 addition & 1 deletion sqlite3_flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ android {
}

dependencies {
implementation 'eu.simonbinder:sqlite3-native-library:3.46.0+1'
implementation 'eu.simonbinder:sqlite3-native-library:3.46.1+1'
}
2 changes: 1 addition & 1 deletion sqlite3_flutter_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sqlite3_flutter_libs
description: Flutter plugin to include native sqlite3 libraries with your app
version: 0.5.24
version: 0.5.25
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_flutter_libs
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues

Expand Down

0 comments on commit 5133fdb

Please sign in to comment.