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