Update translators before building a release

pull/759/head
Quentin Hibon 5 years ago
parent 962cf81a14
commit 7601f0a238

@ -87,6 +87,7 @@ build_apk() {
if [ -n "$RELEASE" ]; then if [ -n "$RELEASE" ]; then
log_info "Building release APK..." log_info "Building release APK..."
$GRADLE updateTranslators
$GRADLE :uhabits-android:assembleRelease $GRADLE :uhabits-android:assembleRelease
cp -v \ cp -v \
uhabits-android/build/outputs/apk/release/uhabits-android-release.apk \ uhabits-android/build/outputs/apk/release/uhabits-android-release.apk \

Loading…
Cancel
Save