Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 392 Bytes

Sample Gradle Plugin

Sample project demonstrating usage of Gradle plugin

Written as support material for a talk at DroidconFR

1). build test & publish your plugin into the project local maven repo

cd plugin
gradle clean uploadArchives

2). build the Android sample

cd app
gradle clean assembleFreeDebug