Skip to content

fix: bump androidx.core:core-ktx from 1.13.1 to 1.15.0 #86

fix: bump androidx.core:core-ktx from 1.13.1 to 1.15.0

fix: bump androidx.core:core-ktx from 1.13.1 to 1.15.0 #86

Workflow file for this run

name: Build Status
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the code
- name: Checkout code
uses: actions/checkout@v3
# Step 2: Set up JDK
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
# Step 3: Build the app
- name: Build with Gradle
run: ./gradlew build