Skip to content

chore: upgrade to AGP 8.7.0, Kotlin 2.0.20, KSP 1.0.25, Coroutines 1.… #3

chore: upgrade to AGP 8.7.0, Kotlin 2.0.20, KSP 1.0.25, Coroutines 1.…

chore: upgrade to AGP 8.7.0, Kotlin 2.0.20, KSP 1.0.25, Coroutines 1.… #3

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@v4
- name: set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true
- name: Build with Gradle
run: ./gradlew clean assembleRelease