We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ee4a7 commit 0a2c7bbCopy full SHA for 0a2c7bb
README.md
@@ -40,7 +40,7 @@ buildscript {
40
mavenLocal()
41
}
42
dependencies {
43
- classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3-SNAPSHOT'
+ classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4-SNAPSHOT'
44
45
46
```
build.gradle
@@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
35
apply plugin: 'com.github.ben-manes.versions'
36
37
group = 'com.google.protobuf'
38
-version = '0.9.3'
+version = '0.9.4-SNAPSHOT'
39
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
0 commit comments