Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
f74533d911 fix(deps): update dependency org.videolan.android:libvlc-all to v3.6.2 2025-06-04 12:03:12 +00:00
Gauvino
d6c7246cd1 fix: put @main instead of v8 to fix cache problem 2025-06-04 13:31:06 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
run: bun run prebuild
- name: 🏗 Setup EAS
uses: expo/expo-github-action@v8
uses: expo/expo-github-action@main
with:
eas-version: 16.7.1
token: ${{ secrets.EXPO_TOKEN }}

View File

@@ -42,7 +42,7 @@ if (useManagedAndroidSdkVersions) {
}
dependencies {
implementation 'org.videolan.android:libvlc-all:3.6.0'
implementation 'org.videolan.android:libvlc-all:3.6.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
}