Skip to content

fix: Remove all parameters from Twitter URLs #83

fix: Remove all parameters from Twitter URLs

fix: Remove all parameters from Twitter URLs #83

Workflow file for this run

name: Build & Verify
on: [ pull_request, workflow_dispatch ]
jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build and test app
run: ./gradlew build
- uses: actions/upload-artifact@v3
with:
name: Android artifacts
path: |
app/build/outputs/apk/**/*.apk
app/build/outputs/bundle/**/*.aab