Skip to content

Commit

Permalink
Fix sql precompiled lib download url for android
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPoque committed Nov 21, 2024
1 parent e453096 commit 6cd548a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ String _getSqliteUrl(String platform) {
case "windows":
return "https://sqlite.org/2024/sqlite-dll-win-x64-$_sqliteVersion.zip";
case "android":
return "https://sqlite.org/2024/sqlite-android-$_sqliteVersion.zip";
return "https://sqlite.org/2024/sqlite-android-$_sqliteVersion.aar";
case "linux":
return "https://www.sqlite.org/2024/sqlite-tools-linux-x64-$_sqliteVersion.zip";
case "macos":
Expand Down

0 comments on commit 6cd548a

Please sign in to comment.