From 9cd839cfd920176fc7ac2405896f10072314c19c Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 9 Oct 2024 22:08:02 +0600 Subject: [PATCH] cd: fix env not getting updated --- cli/commands/build/android.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/commands/build/android.dart b/cli/commands/build/android.dart index fe2db2e2..4216553a 100644 --- a/cli/commands/build/android.dart +++ b/cli/commands/build/android.dart @@ -51,6 +51,7 @@ class AndroidBuildCommand extends Command with BuildCommandCommonSteps { await shell.run( """ + dart run build_runner clean dart run build_runner build --delete-conflicting-outputs flutter build appbundle --flavor ${CliEnv.channel.name} """, diff --git a/pubspec.yaml b/pubspec.yaml index 571f6011..df8e668d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El publish_to: "none" -version: 3.8.3+36 +version: 3.8.3+37 homepage: https://spotube.krtirtho.dev repository: https://github.com/KRTirtho/spotube