Pedro Pathing 1.1.0 has released! If you haven't already, migrate now.
Pedro Pathing LogoPedro Pathing

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.

  1. In Android Studio, go to Main Menu -> File -> New -> Project from Version Control. For the URL, enter https://github.com/Pedro-Pathing/Quickstart.git.
  2. 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