Skip to content

Commit 5133fdb

Browse files
committed
Support 16KiB page sizes on Android
1 parent d7cbbe9 commit 5133fdb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

sqlite3_flutter_libs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.25
2+
3+
- Support 16KiB page sizes on Android 15.
4+
15
## 0.5.24
26

37
- Enable the [dbstat](https://www.sqlite.org/dbstat.html) compile-time option.

sqlite3_flutter_libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation 'eu.simonbinder:sqlite3-native-library:3.46.0+1'
35+
implementation 'eu.simonbinder:sqlite3-native-library:3.46.1+1'
3636
}

sqlite3_flutter_libs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3_flutter_libs
22
description: Flutter plugin to include native sqlite3 libraries with your app
3-
version: 0.5.24
3+
version: 0.5.25
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_flutter_libs
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

0 commit comments

Comments
 (0)