* Renamed plugin id from 'groovyx.grooid.groovy-android' to 'groovyx.android'
* Renamed plugin name from 'groovy-android-gradle-plugin' to 'gradle-groovy-android-plugin'
* Fixed problem with the plugin being applied to projects using Gradle 2.12
* GroovyCompile's targetCompatibility and sourceCompatibility are automatically set
based off of JavaCompile's
* Custom groovy sourceSets added. Java directories may be used to java be joint
compiled with groovy
* Added flag in androidGroovy to skip JavaCompile and have GroovyCompile do all
compilation.
* Fixes issues for users not on Java 8. Supports Java 6+
* Support for Android Gradle plugin 1.2.0 - 1.5.0
* Support for Android Gradle plugin 1.1.0
* Moved to Groovy organization
* renamed from 'me.champeau.gradle.groovy-android' to 'groovyx.grooid.groovy-android'
* Support for plugin version 0.14
* Support for plugin version 1.0.0
* Add support for build type specific source directory
* Support for product flavors
* Fix javaCompile task referencing Groovy sources
* Add support for Groovy compilation options
* Fix joint compilation bug
* Sources need to be in 'src/main/groovy'
* Make sure the plugin works with Android Tools 0.13+
* support for androidTest
* add the "groovy" sourceSet
* Support for Android library plugin