Update appengine-gradle-plugin to 1.3.3

Issue: gh-4608
This commit is contained in:
Rob Winch 2017-10-09 08:27:39 -05:00
parent 6a224f7158
commit 72bbb27bf8

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.2'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.3'
}
}