diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index a644765..605b464 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -33,7 +33,7 @@ android { buildTypes { release { // Externally signed using a security key - signingConfig null + signingConfig = null } } } diff --git a/lib/src/service/database.dart b/lib/src/service/database.dart index 87be2cd..45350a3 100644 --- a/lib/src/service/database.dart +++ b/lib/src/service/database.dart @@ -59,8 +59,8 @@ class DatabaseService { // Allow initializing the database on Windows and Linux as well. if (Platform.isLinux || Platform.isWindows) { sqfliteFfiInit(); + databaseFactory = databaseFactoryFfi; } - databaseFactory = databaseFactoryFfi; _db = await openDatabase( 'anitrack.db', diff --git a/pubspec.yaml b/pubspec.yaml index 5169dad..7cff41f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: anitrack description: An anime and manga tracker publish_to: "none" -version: 0.1.3+2012 +version: 0.1.3+2013 environment: sdk: ^3.8.0