Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 335 Bytes

DEVELOPER.md

File metadata and controls

4 lines (4 loc) · 335 Bytes

To add new libraries, you need to

  • Add the source set directories for that library to build.gradle → android → sourceSets
  • Add the library to the composite build by adding its name to settings.gradle → compositeLibraries
  • Add any compilation dependencies of the library to build.gradle → dependencies