Skip to content

Commit 1a92cf9

Browse files
iyegorofffacebook-github-bot
authored andcommitted
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: #25987 Test Plan: No testing required. Differential Revision: D16763401 Pulled By: cpojer fbshipit-source-id: 72ff0146bd20c61a27b244f2dc7fea50781a4d1a
1 parent 50fe811 commit 1a92cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ allprojects {
3333

3434
google()
3535
jcenter()
36+
maven { url 'https://jitpack.io' }
3637
}
3738
}

0 commit comments

Comments
 (0)