Skip to content

Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 #18

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

Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 #18

Workflow file for this run

name: Check pull requests
on:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build debug APK
uses: gradle/[email protected]
with:
arguments: assembleDebug