From 3c93e50d99924c00fc6058cb6b97ffaff1e54511 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Mon, 3 Feb 2020 07:54:38 +0100 Subject: [PATCH] Update link for stb_image.h --- jme3-android-native/decode.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-android-native/decode.gradle b/jme3-android-native/decode.gradle index 07d93a04a..5acd27c8c 100644 --- a/jme3-android-native/decode.gradle +++ b/jme3-android-native/decode.gradle @@ -1,5 +1,5 @@ String tremorZipFile = "TremorAndroid.zip" -String stbiUrl = 'https://raw.githubusercontent.com/nothings/stb/master/stb_image.h' +String stbiUrl = 'https://raw.githubusercontent.com/jMonkeyEngine/stb/0224a44a10564a214595797b4c88323f79a5f934/stb_image.h' // Working directories for the ndk build. String decodeBuildDir = "${buildDir}" + File.separator + 'decode'