mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-02 19:06:39 +03:00
Merge pull request #209 from esteemapp/bugfix/android-release
Bugfix/android release
This commit is contained in:
commit
464212a92d
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user