UNPKG

cordova-plugin-key-hash

Version:
12 lines (11 loc) 543 B
<?xml version='1.0' encoding='utf-8'?> <widget id="com.adrianodigiovanni.keyhashexample" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Key Hash Example</name> <content src="index.html" /> <plugin name="cordova-plugin-whitelist" spec="1" /> <access origin="*" /> <allow-intent href="*" /> <plugin name="cordova-plugin-test-framework" spec="^1.1.6" /> <plugin name="cordova-plugin-key-hash" spec=".." /> <engine name="android" spec="^6.4.0" /> </widget>