Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 #130

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 #130

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build