Skip to content

0.7.4 released

Compare
Choose a tag to compare
@zhangkun83 zhangkun83 released this 27 Jan 01:38
· 300 commits to master since this release

Changes:

  • It's no longer a requirement that Java/Android plugins are applied before the protobuf plugin. The plugins can be applied in arbitrary order.
  • The Gradle plugins { } DSL is now supported, e.g.,
plugins {
  id "java"
  id "com.google.protobuf" version "0.7.4"
}
  • Requires at least Gradle 2.4 and Java 7