Skip to content

Merge pull request #269 from Crazy-Marvin/dependabot/gradle/com.googl… #418

Merge pull request #269 from Crazy-Marvin/dependabot/gradle/com.googl…

Merge pull request #269 from Crazy-Marvin/dependabot/gradle/com.googl… #418

Workflow file for this run

name: Android Build
on: push
jobs:
build:
name: "Assemble artifacts"
runs-on: ubuntu-latest
steps:
# Checkout
- name: SCM
uses: actions/checkout@v4
- name: "Make gradlew executable"
run: chmod +x ./gradlew
# Assemble artifacts
- name: Assemble
uses: vgaidarji/[email protected]
with:
args: "./gradlew assemble"