Skip to content

chore(deps): bump androidx.core:core-ktx from 1.13.1 to 1.19.0 #1489

chore(deps): bump androidx.core:core-ktx from 1.13.1 to 1.19.0

chore(deps): bump androidx.core:core-ktx from 1.13.1 to 1.19.0 #1489

Workflow file for this run

name: Android CI
on:
- pull_request
- push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Cache Gradle packages
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
- name: Set up JDK 21
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
java-version: '21'
distribution: 'temurin'
- name: Build and Test
run: ./scripts/build.sh
- name: Print Logs
if: failure()
run: ./scripts/print_build_logs.sh