Added jitpack repository to template (#25987)

Summary:
This PR will eliminate additional manual installation step for third-party RN libraries that include jitpack-published dependencies.

## Changelog

[Android] [Added] - Added jitpack repository to template
Pull Request resolved: https://github.com/facebook/react-native/pull/25987

Test Plan: No testing required.

Differential Revision: D16763401

Pulled By: cpojer

fbshipit-source-id: 72ff0146bd20c61a27b244f2dc7fea50781a4d1a
This commit is contained in:
iyegoroff 2019-08-12 07:24:03 -07:00 коммит произвёл Facebook Github Bot
Родитель 50fe8119de
Коммит 1a92cf9b2a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -33,5 +33,6 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}