From 56155c5c750c63afb1710a22979f67f690faf5e8 Mon Sep 17 00:00:00 2001
From: Benoit Marty <benoit@matrix.org>
Date: Fri, 8 Oct 2021 16:44:18 +0200
Subject: [PATCH] Update wording of the script

---
 tools/import_from_element.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/import_from_element.sh b/tools/import_from_element.sh
index f495c925..fa1f0d57 100755
--- a/tools/import_from_element.sh
+++ b/tools/import_from_element.sh
@@ -42,7 +42,7 @@ cp -r ${elementAndroidPath}/dependencies.gradle .
 # Add all changes to git
 git add -A
 
-read -p "Press enter to build the library (update the version first?)"
+read -p "Press enter to build the library (check the diff in the file ./matrix-sdk-android/build.gradle first)"
 
 # Build the library
 ./gradlew clean assembleRelease --stacktrace
-- 
GitLab