Skip to content

Commit

Permalink
Back to gradlew assemableRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Jan 22, 2024
1 parent b65651c commit dda7867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Read https://whichjdk.com/#tldr to understand the difference between different distributions
# MacOS might be running openjdk 17 (https://whichjdk.com/#apple-silicon) but we want to run the latest LTS on Linux
distribution: temurin
java-version: 17
java-version: 21

- name: Install fastlane and dependencies
run: bundle install
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lane :build_example_app do
# Use gradlew as a workaround
# Not sure why flutter build appbundle with below error
# Your app is using an unsupported Gradle project. To fix this problem, create a new project by running flutter create -t app <app-directory> and then move the dart code, assets and pubspec.yaml to the new project.
# sh('./gradlew assembleRelease')
sh('flutter build appbundle')
sh('./gradlew assembleRelease')
# sh('flutter build appbundle')
end
end

0 comments on commit dda7867

Please sign in to comment.