Skip to content

Bump com.google.devtools.ksp from 2.0.20-1.0.24 to 2.0.20-1.0.25 (#35) #148

Bump com.google.devtools.ksp from 2.0.20-1.0.24 to 2.0.20-1.0.25 (#35)

Bump com.google.devtools.ksp from 2.0.20-1.0.24 to 2.0.20-1.0.25 (#35) #148

Workflow file for this run

name: develop-merge
on:
push:
branches:
- develop
jobs:
build:
name: Check Build Test
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Setup For Build
uses: ./.github/actions/setup
with:
google-services: ${{ secrets.GOOGLE_SERVICES }}
keystore: ${{ secrets.KEYSTORE }}
keystore-properties: ${{ secrets.KEYSTORE_PROPERTY }}
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
timeout-minutes: 10
with:
arguments: :app:assembleDebug