Skip to content

Commit

Permalink
Bump up the plugin count after adding cordova-plugin-androidx-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Aug 1, 2020
1 parent 4abedc4 commit 5a832ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_shared_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sed -i -e "s|/usr/bin/env node|/usr/bin/env node --unhandled-rejections=strict|"

npx cordova prepare

EXPECTED_COUNT=26
EXPECTED_COUNT=27
INSTALLED_COUNT=`npx cordova plugin list | wc -l`
echo "Found $INSTALLED_COUNT plugins, expected $EXPECTED_COUNT"
if [ $INSTALLED_COUNT -lt $EXPECTED_COUNT ];
Expand Down

0 comments on commit 5a832ca

Please sign in to comment.