Skip to content

Allow custom UserAgent for the WebView #5

Allow custom UserAgent for the WebView

Allow custom UserAgent for the WebView #5

Workflow file for this run

name: Run Gradle Build on Push
on: push
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Create local.properties
run: echo "" >> ./local.properties
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: eskatos/gradle-command-action@v1
with:
arguments: build