Skip to content

Bump androidx.fragment:fragment-ktx from 1.8.3 to 1.8.4 (#47) #134

Bump androidx.fragment:fragment-ktx from 1.8.3 to 1.8.4 (#47)

Bump androidx.fragment:fragment-ktx from 1.8.3 to 1.8.4 (#47) #134

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: '21'
- run: bash ./gradlew ktlintCheck detekt lint test build connectedAndroidTest --stacktrace