Skip to content

Moved translated README files to a 'translations' subfolder and updated hyperlinks #265

Moved translated README files to a 'translations' subfolder and updated hyperlinks

Moved translated README files to a 'translations' subfolder and updated hyperlinks #265

Workflow file for this run

name: Android CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- uses: gradle/actions/setup-gradle@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew buildGenericRelease