Skip to content

Commit

Permalink
Changing version number to + for build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed May 24, 2017
1 parent 6f17fc4 commit 1047e70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ buildscript { // Configuration for building
}
dependencies {
// App Engine Gradle plugin
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.1'
classpath 'com.google.cloud.tools:appengine-gradle-plugin:+'

// Endpoints Frameworks Gradle plugin
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0'
classpath 'com.google.cloud.tools:endpoints-framework-gradle-plugin:+'
}
}
// [END buildscript]
Expand Down

0 comments on commit 1047e70

Please sign in to comment.