cordova-plugin-sms-retriever
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -0,0 +0,0 @@ // For an introduction to the Blank template, see the following documentation: |
@@ -0,0 +0,0 @@ /* |
{ | ||
"name": "cordova-plugin-sms-retriever", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Cordova plugin to retrieve SMS in Android using the SMS Retriever API.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -11,3 +11,3 @@ | License | Platform | Contribute | | ||
Add the plugin with Cordova CLI (v6 or later): | ||
Add the plugin with Cordova CLI: | ||
```bash | ||
@@ -112,3 +112,3 @@ cordova plugin add cordova-plugin-sms-retriever | ||
This plugin requires the Google Play Services version 10.2 or newer in order to work properly. You must also install the Google Play Services support plugin as explained in the **Install** section. | ||
This plugin requires the [Google Play Services 15.0.0](http://https://www.apkmirror.com/apk/google-inc/google-play-services/google-play-services-15-0-90-release/ "Google Play Services 15.0.0") or newer in order to work properly. | ||
@@ -127,13 +127,2 @@ ### Does the plugin work in the Android emulator? | ||
### How this plugin has been tested? | ||
I have tested this plugin with success on: | ||
- Android 5.1.1 emulator | ||
- Android 6.0 emulator | ||
- Android 7.1.1 emulator | ||
- BLU Energy Mini (Android 5.1 Lollipop) | ||
- BLU Vivo 5 Mini (Android 6.0 Marshmallow) | ||
- Samsung Galaxy I9190 (Android 4.4.2 KitKat) | ||
## Contributing | ||
@@ -153,1 +142,9 @@ | ||
## Changeslog | ||
#### Version 1.1.0 | ||
- Added cordova > 7.1.0 engine | ||
- Added cordova-android >= 6.3.0 engine | ||
- Added missing com.google.android.gms:play-services-auth framework | ||
- Bumped PLAY_SERVICES_VERSION to 15.0.0. | ||
@@ -0,0 +0,0 @@ var smsRetriever = {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222758
147