mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Refactor: Migrate app build.gradle to Kotlin DSL (#2046)
This commit is contained in:
parent
5cce554e82
commit
8d279afb10
5 changed files with 173 additions and 158 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'zulu'
|
||||
java-version: '21'
|
||||
distribution: 'jetbrains'
|
||||
# Note: we don't use caches on release builds because we don't want to accidentally not have a virgin build machine
|
||||
|
||||
- name: Build F-Droid release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue