Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTCoughlin committed Aug 19, 2023
2 parents 169b320 + 66a3a00 commit 23c0ac5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- name: Set up JDK 1.11
uses: actions/setup-java@v3.3.0
- uses: actions/checkout@v3.5.3
- name: Setup Java 17
uses: actions/setup-java@v3.12.0
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
check-latest: false
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
uses: gradle/wrapper-validation-action@8d49e559aae34d3e0eb16cde532684bc9702762b
- name: Build with Gradle
run: ./gradlew build
- name: Bundle (Debug)
run: ./gradlew bundleDebug
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
name: Package
path: ./build
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 23c0ac5

Please sign in to comment.