diff --git a/.github/workflows/buildnw.yml b/.github/workflows/buildnw.yml index 62924ff..c920b5f 100644 --- a/.github/workflows/buildnw.yml +++ b/.github/workflows/buildnw.yml @@ -4,6 +4,24 @@ on: [push, workflow_dispatch] jobs: + buildandroid: + name: Build Android app + runs-on: ubuntu-latest + steps: + - name: Get repository code + uses: actions/checkout@v2 + with: + ref: android + + - name: Build Android app + run: chmod +x gradlew && ./gradlew assembleWebview + + - name: Upload Android build + uses: actions/upload-artifact@v2 + with: + name: KitsuneOffline-android.apk + path: app/build/outputs/apk/webview/release/app-webview-release-unsigned.apk + buildios: name: Build iOS app runs-on: macos-latest diff --git a/README.md b/README.md index 265b50d..2778858 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Local Offline version of Kitsune Google Doodle, (Doodle Champion Island Games) useful if you want to play without internet (or just want to mod the game) -*rc6 version files located in logos/ folder* +*rc7 version files located in logos/ folder* How to play: (for noobs) Goto the releases page, download the zip and open kitsune.exe, there your done!