Skip to content

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.5.0 #150

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.5.0

Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.5.0 #150

Workflow file for this run

name: Build Debug APK
on:
push:
branches: [ master, ci ]
pull_request:
branches: [ master, ci ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: chmod +x gradlew
- name: Build debug
run: |
./gradlew clean
./gradlew assembleDebug -x check