Skip to content

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.1 to 1.7.3 #738

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.1 to 1.7.3

Bump org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.7.1 to 1.7.3 #738

Workflow file for this run

name: Android CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Cache Gradle
uses: actions/cache@v1
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle
- name: Build with Gradle
run: ./gradlew build