Test: try older freetype

This commit is contained in:
ArtDev 2023-05-01 13:12:33 +03:00 committed by GitHub
parent 559df5670b
commit c08df2e26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ export NDK_VERSION=r22b
if [ -z "$BUILD_FREETYPE_VERSION" ]
then
export BUILD_FREETYPE_VERSION="2.10.4"
export BUILD_FREETYPE_VERSION="2.10.0"
fi
if [ -z "$JDK_DEBUG_LEVEL" ]