Skip to content

Commit 2840db5

Browse files
chore(amplify_db_common): Update sqlite3-native-library (#6177)
updated sqlite3-native-library
1 parent ca93476 commit 2840db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/amplify_db_common/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ android {
4949

5050
dependencies {
5151
// Keep in sync with: https://github.com/simolus3/sqlite3.dart/blob/main/sqlite3_flutter_libs/android/build.gradle
52-
implementation 'eu.simonbinder:sqlite3-native-library:3.43.0'
52+
implementation 'eu.simonbinder:sqlite3-native-library:3.50.1'
5353
}

0 commit comments

Comments
 (0)