Skip to content

chore(deps): bump androidx.core:core-ktx from 1.16.0 to 1.17.0 #85

chore(deps): bump androidx.core:core-ktx from 1.16.0 to 1.17.0

chore(deps): bump androidx.core:core-ktx from 1.16.0 to 1.17.0 #85

Workflow file for this run

name: Gradle Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- uses: gradle/gradle-build-action@v3
- run: ./gradlew lint