From 791328d52507cc753b3b3a13ca1ea37443fcfcc8 Mon Sep 17 00:00:00 2001 From: Brian Soumakian Date: Wed, 18 Apr 2018 10:07:18 -0700 Subject: [PATCH] explicitly install cordova-android 7.1.0 --- build-android-v7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-android-v7.sh b/build-android-v7.sh index bd6b46d35..f2165d1cf 100644 --- a/build-android-v7.sh +++ b/build-android-v7.sh @@ -4,7 +4,7 @@ rm -rf .build-android cd .build-android -../node_modules/.bin/cordova platform add android@~7.0.0 +../node_modules/.bin/cordova platform add android@7.1.0 ../node_modules/.bin/cordova plugin add ..