Skip to content

Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 #7

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

Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 #7

Workflow file for this run

name: Run build
on:
pull_request:
push:
branches:
- 'develop'
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
- name: Build with Gradle
run: ./gradlew assembleDebug --no-daemon --stacktrace