Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gradle-wrapper.jar
/key.properties
app/upload-keystore-campfire.jks
app/upload-keystore-stackwallet.jks
GeneratedPluginRegistrant.java
GeneratedPluginRegistrant.java
/.kotlin/
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.7.0' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
}

include ":app"
2 changes: 1 addition & 1 deletion crypto_plugins/frostdart
4 changes: 4 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/dgph
*.mode1v3
*.mode2v3
*.moved-aside
Expand All @@ -18,6 +19,7 @@ Flutter/App.framework
Flutter/Flutter.framework
Flutter/Flutter.podspec
Flutter/Generated.xcconfig
Flutter/ephemeral/
Flutter/app.flx
Flutter/app.zip
Flutter/flutter_assets/
Expand All @@ -33,3 +35,5 @@ Runner/GeneratedPluginRegistrant.*

# app specific, handled by scripts
Runner/Assets.xcassets/LaunchImage.imageset/*.png
/Flutter/ephemeral/flutter_lldb_helper.py
/Flutter/ephemeral/flutter_lldbinit
2 changes: 1 addition & 1 deletion lib/db/db_version_migration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*/

import 'package:isar/isar.dart';
import 'package:isar_community/isar.dart';
import 'package:tuple/tuple.dart';

import '../app_config.dart';
Expand Down
Loading
Loading