From 36551a310a8920256d3d00448617ec22a37eb1f4 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 1 Feb 2016 06:17:36 -0800 Subject: [PATCH] add jarsigner params that are supposed to fix for installing on older devices --- xwords4/android/scripts/arelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/scripts/arelease.sh b/xwords4/android/scripts/arelease.sh index 52814b787..13d4f3a84 100755 --- a/xwords4/android/scripts/arelease.sh +++ b/xwords4/android/scripts/arelease.sh @@ -76,7 +76,7 @@ for PACK_UNSIGNED in $FILES; do echo "base: $PACK_SIGNED" >&2 PACK_SIGNED=${PACK_SIGNED/-unsigned} echo "signed: $PACK_SIGNED" >&2 - jarsigner -verbose -keystore ~/.keystore $PACK_UNSIGNED mykey + jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ~/.keystore $PACK_UNSIGNED mykey rm -f $PACK_SIGNED zipalign -v 4 $PACK_UNSIGNED $PACK_SIGNED [ -n "$XW_WWW_PATH" ] && cp $PACK_SIGNED $XW_WWW_PATH