Skip to content

Bump androidx.core:core-ktx from 1.7.0 to 1.12.0 #144

Bump androidx.core:core-ktx from 1.7.0 to 1.12.0

Bump androidx.core:core-ktx from 1.7.0 to 1.12.0 #144

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Run Tests
run: ./gradlew check --stacktrace