An open API service indexing awesome lists of open source software.

https://github.com/evant/android-gradle-jack-plugin

Fork of the android gradle plugin that supports jack plugins
https://github.com/evant/android-gradle-jack-plugin

Last synced: about 1 year ago
JSON representation

Fork of the android gradle plugin that supports jack plugins

Awesome Lists containing this project

README

          

# android-gradle-jack-plugin
Fork of the android gradle plugin that supports jack plugins

based on version 2.2.0

See http://tools.android.com/build/gradleplugin for building and installing.

```groovy
android {
defaultConfig {
jackOptions {
enabled true
pluginPath files('path-to-plugin.jar')
plugin 'com.exmaple.PluginName'
}
}
}
```