Skip to content

Instantly share code, notes, and snippets.

@ryanlntn
Created December 11, 2018 17:45
Show Gist options
  • Save ryanlntn/77432bbc4cda09fcddada5fc427d8a69 to your computer and use it in GitHub Desktop.
Save ryanlntn/77432bbc4cda09fcddada5fc427d8a69 to your computer and use it in GitHub Desktop.
Force your dependencies to see the light
subprojects {
if (project.name.contains("react-native-fast-image") || project.name.contains("react-native-screen")) {
buildscript {
repositories {
maven { url "https://dl.bintray.com/android/android-tools/" }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment