Skip to content

Commit 1047e70

Browse files
author
Frank Natividad
committed
Changing version number to + for build.gradle
1 parent 6f17fc4 commit 1047e70

File tree

1 file changed

+2
-2
lines changed
  • appengine/endpoints-frameworks-v2/migration-example

1 file changed

+2
-2
lines changed

appengine/endpoints-frameworks-v2/migration-example/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ buildscript { // Configuration for building
2020
}
2121
dependencies {
2222
// App Engine Gradle plugin
23-
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.1'
23+
classpath 'com.google.cloud.tools:appengine-gradle-plugin:+'
2424

2525
// Endpoints Frameworks Gradle plugin
26-
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0'
26+
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:+'
2727
}
2828
}
2929
// [END buildscript]

0 commit comments

Comments
 (0)