From 2853abf33dac144d6cffe13f4c07ec5695a8abd7 Mon Sep 17 00:00:00 2001 From: Guilhem Fanton Date: Tue, 11 Dec 2018 14:30:06 +0100 Subject: [PATCH] feat(android): Check if apk is correctly signed --- client/react-native/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/react-native/Makefile b/client/react-native/Makefile index acb7ceb4dd..8c1bc514fc 100644 --- a/client/react-native/Makefile +++ b/client/react-native/Makefile @@ -294,8 +294,8 @@ fastlane.android.build: FL_GRADLE_TASK=assembleReleaseAndPublish \ bundle exec fastlane run gradle --verbose - # test if apk has been correctly exported - test -f $(ANDROID_BUILD)/*.apk + # check if apk is correctly signed + jarsigner -verify $(ANDROID_BUILD)/*.apk fastlane.ios.release: time bundle exec fastlane run pilot upload --verbose ipa:$(IOS_BUILD)/Berty.ipa skip_waiting_for_build_processing:true