Skip to content

Bumped android targetSdk to 35 #91

Bumped android targetSdk to 35

Bumped android targetSdk to 35 #91

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
if: ${{ matrix.os != 'self-hosted' }}
with:
distribution: 'temurin'
java-version: '17'
- run: bash ./gradlew ktlintCheck detekt lint test build connectedAndroidTest --stacktrace