INNER CODE UNIT · Kotlin

next_code_default

spacecowboy/Feeder · release.sh:27

next_code_default=$(( COMMIT_COUNT+1 ))

echo >&2 -n "Next code [${next_code_default}]: "
read -r next_code_in

if [ -z "${next_code_in}" ]; then
  NEXT_CODE="${next_code_default}"
else
  NEXT_CODE="${next_code_in}"
fi

# Get rid of these to make the build reproducible
ci/delete-unwanted-langs

read -r -p "Update locales_config.xml? [y/N] " response
if [[ "$response" =~ ^[yY]$ ]]
then
  ./gradlew --no-configuration-cache :app:generateLocalesConfig

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…