Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
ndk 26.2.11394342 -> 26.3.11579264
harfbuzz 8.3.0 -> 8.4.0
dav1d 1.4.0 -> 1.4.1
  • Loading branch information
jarnedemeulemeester committed Apr 13, 2024
1 parent 918c987 commit 2c799e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
NDK_VER: 26.2.11394342
NDK_VER: 26.3.11579264

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /usr/local/lib/android/sdk/ndk/${{ env.NDK_VER }}
key: ${{ runner.os }}-${{ env.NDK_VER }}
Expand Down
6 changes: 3 additions & 3 deletions buildscripts/include/depinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## Dependency versions

v_sdk=11076708_latest
v_ndk=26.2.11394342
v_ndk=26.3.11579264
v_sdk_build_tools=34.0.0

v_lua=5.2.4
v_libass=0.17.1
v_harfbuzz=8.3.0
v_harfbuzz=8.4.0
v_fribidi=1.0.13
v_freetype=2-13-2
v_mbedtls=3.5.2
v_libplacebo=6.338.2
v_dav1d=1.4.0
v_dav1d=1.4.1
v_ffmpeg=6.1.1
v_mpv=0.37.0

Expand Down
2 changes: 1 addition & 1 deletion libmpv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
namespace = "dev.jdtech.mpv"
compileSdk = 34
buildToolsVersion = "34.0.0"
ndkVersion = "26.2.11394342"
ndkVersion = "26.3.11579264"

defaultConfig {
minSdk = 26
Expand Down

0 comments on commit 2c799e0

Please sign in to comment.