[Android] compile.sh: Update license hash
Hugo Beauzée-Luyssen
git at videolan.org
Mon Jan 21 18:16:08 CET 2019
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Jan 21 17:17:31 2019 +0100| [e13cf23e286c28fc76c1f4eaa6b6f8b98239a12b] | committer: Hugo Beauzée-Luyssen
compile.sh: Update license hash
> https://code.videolan.org/videolan/vlc-android/commit/e13cf23e286c28fc76c1f4eaa6b6f8b98239a12b
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 523397216..22e1fecab 100755
--- a/compile.sh
+++ b/compile.sh
@@ -230,7 +230,7 @@ init_local_props local.properties || { echo "Error initializing local.properties
if [ ! -d "$ANDROID_SDK/licenses" ]; then
mkdir "$ANDROID_SDK/licenses"
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_SDK/licenses/android-sdk-license"
+ echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" > "$ANDROID_SDK/licenses/android-sdk-license"
echo "d56f5187479451eabf01fb78af6dfcb131a6481e" >> "$ANDROID_SDK/licenses/android-sdk-license"
fi
More information about the Android
mailing list