Skip to content

Bump @babel/runtime from 7.7.2 to 7.27.0 in /LibVLCPlayer #70

Bump @babel/runtime from 7.7.2 to 7.27.0 in /LibVLCPlayer

Bump @babel/runtime from 7.7.2 to 7.27.0 in /LibVLCPlayer #70

Workflow file for this run

name: Android LibVLC Example
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./LibVLCPlayer/android/gradlew build