Skip to content

Bump androidx.fragment:fragment-ktx from 1.8.1 to 1.8.2 (#32) #98

Bump androidx.fragment:fragment-ktx from 1.8.1 to 1.8.2 (#32)

Bump androidx.fragment:fragment-ktx from 1.8.1 to 1.8.2 (#32) #98

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