Skip to content

Support parsing youtube.com/{live,shorts} URLs shared from other apps #408

Support parsing youtube.com/{live,shorts} URLs shared from other apps

Support parsing youtube.com/{live,shorts} URLs shared from other apps #408

Workflow file for this run

name: Build App
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/[email protected]
- name: Build
run: bash gradlew assembleRelease lintRelease testDebugUnitTest