Skip to content

Commit c01b2e4

Browse files
plumpycushon
authored andcommitted
Mark the google-java-format plugin as since-build=173.*.
It doesn't seem to work with Android Studio 3.0 (171) for some reason, although it does work with IntelliJ 2017.1. I don't get it, but this will at least make it so people install an older, compatible build instead (1.5.0.171). MOE_MIGRATED_REVID=199186299
1 parent 357e407 commit c01b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idea_plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ patchPluginXml {
3939
pluginDescription = "Formats source code using the google-java-format tool. This version of " +
4040
"the plugin uses version ${googleJavaFormatVersion} of the tool."
4141
version = "${googleJavaFormatVersion}.0"
42-
sinceBuild = '171'
42+
sinceBuild = '173'
4343
}
4444

4545
publishPlugin {

0 commit comments

Comments
 (0)