Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Revert "config-holder: update target API level to 34 (Android 14)" #8

Revert "config-holder: update target API level to 34 (Android 14)"

Revert "config-holder: update target API level to 34 (Android 14)" #8

Workflow file for this run

name: Build application
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
cache: gradle
- name: Build with Gradle
run: |
cd config-holder
./gradlew build --no-daemon