CopyPastor
Detecting plagiarism made easy.
Score: 0.8100211024284363; Reported for: String similarity
Open both answers
Possible Plagiarism
Plagiarized on 2018-12-12
by
shizhen
Original Post
Original - Posted on 2018-12-11
by
John Miller
Present in both answers;
Present only in the new answer;
Present only in the old answer;
Try to add this to your `build.gradle` file.
subprojects {
if (project.name.contains('react-native-vector-icons')) {
buildscript {
repositories {
jcenter()
maven { url "https://dl.bintray.com/android/android-tools/" }
}
}
}
}
Edit your build.gradle as following.
subprojects { subproject ->
if (subproject.name.contains('react-native-image-picker')){
buildscript {
repositories {
maven { url "https://dl.bintray.com/android/android-tools/" }
}
}
}
}
Present in both answers;
Present only in the new answer;
Present only in the old answer;