Skip to content

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

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 #222

Workflow file for this run

name: Android CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- name: Build App Gradle
run: make buildApp
- name: Build Wear Gradle
run: make buildWear