Skip to content

Bump io.ktor:ktor-client-okhttp from 3.5.0 to 3.5.1 #149

Bump io.ktor:ktor-client-okhttp from 3.5.0 to 3.5.1

Bump io.ktor:ktor-client-okhttp from 3.5.0 to 3.5.1 #149

Workflow file for this run

name: Build Test APK
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
- 'l10n_develop'
jobs:
build:
name: Build OSE Debug APK
runs-on: ubuntu-latest
if: github.actor != 'patrickunterwegs'
steps:
- uses: actions/checkout@v7
with:
submodules: true
- name: set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Build Debug APK
run: ./gradlew assembleOseDebug
- name: Upload APK
uses: actions/upload-artifact@v7
with:
name: jtxboard-ose-debug-apk
path: app/build/outputs/apk/ose/debug/*.apk