Skip to content

Bump androidx.core:core-ktx from 1.10.1 to 1.15.0 #625

Bump androidx.core:core-ktx from 1.10.1 to 1.15.0

Bump androidx.core:core-ktx from 1.10.1 to 1.15.0 #625

Workflow file for this run

name: Style
on: push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Lint
run: ./gradlew ktlint