Skip to content

Commit

Permalink
chore: update sdk tools, ndk, mbedtls and dav1d
Browse files Browse the repository at this point in the history
sdk 10406996_latest -> 11076708_latest
ndk 26.1.10909125 -> 26.2.11394342
mbedtls 3.5.1 -> 3.5.2
dav1d 1.3.0 -> 1.4.0
  • Loading branch information
jarnedemeulemeester committed Feb 24, 2024
1 parent e605211 commit 30e5b8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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.1.10909125
NDK_VER: 26.2.11394342

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions buildscripts/include/depinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Dependency versions

v_sdk=10406996_latest
v_ndk=26.1.10909125
v_sdk=11076708_latest
v_ndk=26.2.11394342
v_sdk_build_tools=34.0.0

v_lua=5.2.4
v_libass=0.17.1
v_harfbuzz=8.3.0
v_fribidi=1.0.13
v_freetype=2-13-2
v_mbedtls=3.5.1
v_mbedtls=3.5.2
v_libplacebo=6.338.2
v_dav1d=1.3.0
v_dav1d=1.4.0
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.1.10909125"
ndkVersion = "26.2.11394342"

defaultConfig {
minSdk = 26
Expand Down

0 comments on commit 30e5b8d

Please sign in to comment.