[ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
[ ] All existing tests are passing
[ ] Tests for the changes are included
What is the current behavior?
App doesn't build
Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : uses-sdk:minSdkVersion 17 cannot be smaller than version 21 declared in library [:nativescript-rater:] C:\Users\user\.gradle\caches\transforms-2\files-2.1\113054c64066bf0f601a344f25973b2c\jetified-nativescript-rater\AndroidManifest.xml as the library might be using APIs not available in 17
Suggestion: use a compatible library with a minSdk of at most 17,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary="hotchemi.android.rate" to force usage (may lead to runtime failures)
What is the new behavior?
Updated version for native libraries
SwiftRater to 1.9.1
android-rate to 1.0.1
removed prebuilded .arr for android
PR Checklist
What is the current behavior?
App doesn't build
What is the new behavior?
Updated version for native libraries
SwiftRater to 1.9.1 android-rate to 1.0.1 removed prebuilded .arr for android
Fixes/Implements/Closes #[Issue Number].