Merge pull request #209 from esteemapp/bugfix/android-release

Bugfix/android release
This commit is contained in:
Feruz M 2018-12-10 11:14:21 +02:00 committed by GitHub
commit 464212a92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,16 @@ allprojects {
}
}
subprojects {project ->
if (project.name.contains('react-native-fast-image')) {
buildscript {
repositories {
maven { url "https://dl.bintray.com/android/android-tools/" }
}
}
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.4'