diff --git a/tools/import_from_element.sh b/tools/import_from_element.sh index f495c92599eb7913028b8b459d3b51db82387a6d..fa1f0d57cc2e8d296aabf4f591af86bfb791ce68 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