We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed645f7 commit ef08f7dCopy full SHA for ef08f7d
sqlite3/lib/src/hook/asset_hashes.dart
@@ -6,7 +6,7 @@
6
7
// dart format off
8
// ignore: unnecessary_nullable_for_final_variable_declarations
9
-const String? releaseTag = '3.0.0-beta.0';
+const String? releaseTag = 'sqlite3-3.0.0-beta.0';
10
11
const Map<String, String> assetNameToSha256Hash = {
12
'android-aarch64-sqlite3.so': '3c7cb99727c6719a4a74fccb9da9b424f4facb135256af0b4c4a60ecb7fd0312',
0 commit comments