ygimenez / Pagination-Utils

A collection of methods to make message pagination with JDA easier.
GNU Lesser General Public License v2.1
27 stars 7 forks source link

Gradle install instructions cleared up. #35

Closed Maciox55 closed 2 years ago

Maciox55 commented 2 years ago

Added the necessary Jitpack repository URL for build.gradle. Otherwise only having the dependencies section would not allow for the Gradle project to build properly.

This is needed, README.md was not clear about it: maven { url 'https://jitpack.io' }

ygimenez commented 2 years ago

Actually, the README.md was referring to in-dev version instead of the current public release (which depends on Simple Emoji), I've separated the project in two versions now (master and nightly) to prevent further mistakes.

The newest version won't require jitpack dependencies at all.