1
0
mirror of https://github.com/MultiCraft/deps_android synced 2023-10-03 08:38:50 -07:00

Bump freetype, libpng and SDL2 versions

This commit is contained in:
Maksym H 2023-07-02 23:56:29 +03:00
parent 4a1cbbae95
commit ed65f111bb
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
SDL2_VERSION=2.28.0
SDL2_VERSION=2.28.1
. sdk.sh

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
FREETYPE_VERSION=2.13.0
FREETYPE_VERSION=2.13.1
. sdk.sh

View File

@ -1,7 +1,7 @@
#!/bin/bash -e
. sdk.sh
PNG_VERSION=1.6.39
PNG_VERSION=1.6.40
mkdir -p output/libpng/lib/$TARGET_ABI
mkdir -p deps; cd deps