Changed: Update gradle, android gradle plugin and dependencies
This commit is contained in:
6
.github/workflows/debug_build.yml
vendored
6
.github/workflows/debug_build.yml
vendored
@@ -21,6 +21,12 @@ jobs:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup java 17
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
|
||||
- name: Build APKs
|
||||
shell: bash {0}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user