From 7601f0a2385abb6a8a43f101e478690f10b3d55f Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Tue, 9 Feb 2021 21:37:45 +0100 Subject: [PATCH] Update translators before building a release --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 7e1110486..96b0a11b5 100755 --- a/build.sh +++ b/build.sh @@ -87,6 +87,7 @@ build_apk() { if [ -n "$RELEASE" ]; then log_info "Building release APK..." + $GRADLE updateTranslators $GRADLE :uhabits-android:assembleRelease cp -v \ uhabits-android/build/outputs/apk/release/uhabits-android-release.apk \