Nammu
Nammu copied to clipboard
set up install into local maven repo
the command gradle install
will install the arr file into the local maven repo so it can be referred to as a static dependency such as compile 'pl.tajchert:nammu:1.0.2'
Don't forget to include the mavenLocal() in the repository list, in the project using the library.