Installation
Installing Pedro Pathing
There are two ways to install Pedro Pathing.
Using the Quickstart
The quickstart is the easiest way to install Pedro Pathing.
- In Android Studio, go to
Main Menu -> File -> New -> Project from Version Control
. For the URL, enterhttps://github.com/Pedro-Pathing/Quickstart.git
. - OR run
git clone https://github.com/Pedro-Pathing/Quickstart.git
. Make sure you have git installed first.
Manually
In your build.dependencies.gradle
, add the following to the repositories { }
block:
maven { url = 'https://maven.pedropathing.com' }
Then, add the following to the dependencies { }
block:
implementation 'com.pedropathing:pedro:Loading...'
Lastly, copy the files from the pedroPathing
package in the quickstart
into your code.
Last updated on