Skip to content

Commit

Permalink
Flavor parameters removed from Android release script
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Pabon committed Aug 31, 2023
1 parent 0fe057d commit 9aae4c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions util/build-signed-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ if [ -d "$release_dir" ]; then
exit 1
fi

flavor=vanilla

input_bundle=./build/app/outputs/bundle/${flavor}Release/app-${flavor}-release.aab
input_bundle=./build/app/outputs/bundle/release/app-release.aab

# I noticed that when the apk/aab is created, the process adds libraries for platforms that were not
# specified below (created while debugging), so better clean the build first.
Expand All @@ -92,8 +90,6 @@ flutter clean

NO_SIGN="true" \
flutter build appbundle \
--flavor $flavor \
-t lib/main_$flavor.dart \
--release \
$platforms_flag \
--build-number=$build_number \
Expand Down

0 comments on commit 9aae4c7

Please sign in to comment.