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
- Host: GitHub
- URL: https://github.com/evant/android-gradle-jack-plugin
- Owner: evant
- Created: 2016-08-26T02:02:33.000Z (almost 10 years ago)
- Default Branch: jack-plugin
- Last Pushed: 2017-01-23T22:40:08.000Z (over 9 years ago)
- Last Synced: 2025-02-23T18:32:20.750Z (over 1 year ago)
- Language: Java
- Size: 74.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
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'
}
}
}
```