Skip to content

Commit

Permalink
change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 18, 2024
1 parent 87ba52c commit e874918
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 17.0.6
java-version: 21
cache: 'gradle'

- name: Set up Flutter SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: 17.0.6
java-version: 21
cache: 'gradle'

- name: Set up Flutter SDK
Expand Down
1 change: 0 additions & 1 deletion khelo/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ platform :android do
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_apk: true,
release_status: 'draft',
aab: '../build/app/outputs/bundle/release/app-release.aab',
skip_upload_screenshots: true)
end
Expand Down

0 comments on commit e874918

Please sign in to comment.