Skip to content

Updated version code to 20 to retry Google Play update #66

Updated version code to 20 to retry Google Play update

Updated version code to 20 to retry Google Play update #66

Workflow file for this run

name: Build APK
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Build APK
run: ./gradlew clean assembleDebug
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: apk
path: app/build/outputs/apk/debug/app-debug.apk