Skip to content
Trevor Rife edited this page Jan 15, 2021 · 3 revisions

To use PhenoLib:

Project build.gradle File

In the allprojects object, add

maven { url "https://dl.bintray.com/trife/PhenoLib/" }

to repositories.

Module build.gradle File

Add

implementation 'org.phenoapps:phenolib:0.9.6'

to dependencies.

PhenoLib Wiki

Clone this wiki locally