Skip to content

feat(translation): update Simplified Chinese Strings #180

feat(translation): update Simplified Chinese Strings

feat(translation): update Simplified Chinese Strings #180

Workflow file for this run

# Builds the project and uploads a debug APK
name: Android PR CI
on:
pull_request:
branches:
- 'master'
jobs:
build:
name: Build the project
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Set up JDK 1.17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: ./gradlew build
- name: Upload APK
uses: actions/upload-artifact@v1
with:
name: app
path: app/build/outputs/apk/debug/com.jkuester.unlauncher.apk