config.xml 528 B

123456789101112131415
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.megster.example.hrm" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>HeartRate</name>
  4. <description>
  5. BLE Heart Rate Monitor Demo
  6. </description>
  7. <author href="https://github.com/don">
  8. Don Coleman
  9. </author>
  10. <content src="index.html" />
  11. <access origin="*" />
  12. <plugin name="cordova-plugin-ble-central" spec="~1.2.2" />
  13. <engine name="android" spec="~7.1.4" />
  14. </widget>