Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Jitpack URL in android template to fix gradle errors (#26660)
Summary: Running `react-native run-android` fails for me with the error saying connection timed out for fetching a library from jitpack. This seems to be a well known issue mentioned around. The issue is resolved by updating the url from `https://jitpack.io` to `https://www.jitpack.io` . ## Changelog [Android] [Fixed] - Updated template/android/build.gradle with a modified jitpack URL Pull Request resolved: #26660 Test Plan: 1. Create a new react-native app with `react-native init <app-name>` 2. Run `react-native run-android` 3. App runs without modifications! Differential Revision: D18189653 Pulled By: cpojer fbshipit-source-id: 3c73bb9b7108755bd82444149c997a927965f3e9
- Loading branch information