Skip to content

Commit

Permalink
Added jitpack repository to template (#25987)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
iyegoroff authored and facebook-github-bot committed Aug 12, 2019
1 parent 50fe811 commit 1a92cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/android/build.gradle
Expand Up @@ -33,5 +33,6 @@ allprojects {

google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

0 comments on commit 1a92cf9

Please sign in to comment.