Skip to content

Commit

Permalink
change java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kader committed Jan 23, 2024
1 parent b8fbb84 commit 8f1f32d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
run: echo "repository_name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV

- name: Set Up JDK
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'corretto' # See 'Supported distributions' for available options
java-version: '17'
cache: 'gradle'


# Runs a set of commands using the runners shell
- name: Change wrapper permissions
Expand Down
Binary file modified app/src/main/res/font/almendra.ttf
Binary file not shown.

0 comments on commit 8f1f32d

Please sign in to comment.