Skip to content

Commit

Permalink
chore: 🔒 Upgrade android targetSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jul 9, 2024
1 parent 6d79343 commit 96ead0d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId "net.archethic.archethic_wallet"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName
multiDexEnabled true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ class _TransferConfirmSheetState extends ConsumerState<TransferConfirmSheet>
.read(AccountProviders.selectedAccount.notifier)
.refreshFungibleTokens();
}

context.go(HomePage.routerPage);
if (mounted) {
context.go(HomePage.routerPage);
}
}

void _showSendFailed(
Expand Down
24 changes: 16 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,18 @@ packages:
dependency: transitive
description:
name: dio
sha256: "11e40df547d418cc0c4900a9318b26304e665da6fa4755399a9ff9efd09034b5"
sha256: e17f6b3097b8c51b72c74c9f071a605c47bcc8893839bd66732457a5ebe73714
url: "https://pub.dev"
source: hosted
version: "5.4.3+1"
version: "5.5.0+1"
dio_web_adapter:
dependency: transitive
description:
name: dio_web_adapter
sha256: "36c5b2d79eb17cdae41e974b7a8284fec631651d2a6f39a8a2ff22327e90aeac"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
ecdsa:
dependency: transitive
description:
Expand Down Expand Up @@ -777,10 +785,10 @@ packages:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: edf39bcf4d74aca1eb2c1e43c3e445fd9f494013df7f0da752fefe72020eedc0
sha256: aa06fec78de2190f3db4319dd60fdc8d12b2626e93ef9828633928c2dcaea840
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.4.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down Expand Up @@ -899,10 +907,10 @@ packages:
dependency: "direct main"
description:
name: freezed_annotation
sha256: c3fd9336eb55a38cc1bbd79ab17573113a8deccd0ecbbf926cca3c62803b5c2d
sha256: f54946fdb1fa7b01f780841937b1a80783a20b393485f3f6cdf336fd6f4705f2
url: "https://pub.dev"
source: hosted
version: "2.4.1"
version: "2.4.2"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -1291,10 +1299,10 @@ packages:
dependency: transitive
description:
name: local_auth_android
sha256: b77dc490fef9214e785c326bf11fa733feaa47675d0433f05f48b5caa486c8f7
sha256: "6b60f9f545af5b5a11a90af3c2ab4361c47fff170134fa1c6d4c7d52e6537174"
url: "https://pub.dev"
source: hosted
version: "1.0.40"
version: "1.0.41"
local_auth_darwin:
dependency: transitive
description:
Expand Down

0 comments on commit 96ead0d

Please sign in to comment.