From acd02d1d9949ac3af1b035d12ff0cec1d95202eb Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 25 Oct 2022 12:34:12 +0200 Subject: [PATCH] Improve comment --- tools/jitsi/build_jisti_libs.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/jitsi/build_jisti_libs.sh b/tools/jitsi/build_jisti_libs.sh index ed06142375..91c32fc597 100755 --- a/tools/jitsi/build_jisti_libs.sh +++ b/tools/jitsi/build_jisti_libs.sh @@ -25,11 +25,7 @@ export LIBRE_BUILD=true cd jitsi-meet -# This is commit after version 2.2.2, which does not compile -# git checkout 5a934c071a5cbe64de275a25d0ed62d8193cdd03 - -# Changelog: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md - +# Get the latest version from the changelog: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md git checkout android-sdk-6.2.2 echo