Merge branch 'develop' into iadeelzafar/wifi-hotspot

This commit is contained in:
Adeel 2019-08-24 23:25:22 +05:00
commit c547d8bb66

View File

@ -12,5 +12,6 @@ if [ "$status" = 0 ] ; then
else
./gradlew app:ktlintKiwixDebugFormat --daemon
echo 1>&2 "Static analysis found violations and attempted to autofix, please commit these autoformat changes"
echo "If the build failed for another reason please make sure JAVA_HOME is set to JDK8"
exit 1
fi