According to Gradle Plugin relese notes 
<http://tools.android.com/tech-docs/new-build-system> there are 1.4.0-beta6 
(2015/10/05) and 1.5.0-beta1 (2015/11/02) versions. But, I do not see any 
signs of 1.4.0 release version. What is happening there?

*1.5.0-beta1 (2015/11/02)*

   - Integrated Data Binding plugin into android plugin, to enable it :
   android {
       dataBinding {
           enabled = true
       }
   }
   - Revamped the pipeline API, see updated javadocs at 
   http://tools.android.com/tech-docs/new-build-system/transform-api

*1.4.0-beta6 (2015/10/05)*

   - Fixed incremental support for assets
   - Moved creation of SdkHandler to apply phase.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to