Skip to content

Instantly share code, notes, and snippets.

@eddyfrank
Last active March 8, 2019 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddyfrank/db8d3671906dae178733478a3c0cc444 to your computer and use it in GitHub Desktop.
Save eddyfrank/db8d3671906dae178733478a3c0cc444 to your computer and use it in GitHub Desktop.
Gradle settings for cordova-plugin-scanbot-sdk@3.x with cordova-android@7.x
// platforms/android/app/build-extras.gradle
//
// Gradle settings for cordova-plugin-scanbot-sdk@3.x with cordova-android@7.x
cdvCompileSdkVersion=28
configurations.all {
resolutionStrategy {
force 'com.android.support:appcompat-v7:28.0.0'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment