Skip to content

Update kotlin monorepo to v2.3.0 (#441) #1416

Update kotlin monorepo to v2.3.0 (#441)

Update kotlin monorepo to v2.3.0 (#441) #1416

Workflow file for this run

name: Android CI
on:
push:
branches:
- main
- develop
- release/**
pull_request:
branches:
- main
- develop
- release/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Create google-services.json
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > app/google-services.json
- name: Build with Gradle
run: ./gradlew build