Skip to content

Commit

Permalink
Upgrade GAE 1.6.4 -> 1.6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Apr 12, 2012
1 parent c7ee6b9 commit 3a7e677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -9,7 +9,7 @@ defaultTasks 'clean', 'build'
// current Gaelyk version
version = '1.2-SNAPSHOT'
group = 'org.gaelyk'
appEngineVersion = '1.6.4'
appEngineVersion = '1.6.4.1'
groovyVersion = '1.8.6'

// various directory places and file names
Expand Down
2 changes: 1 addition & 1 deletion template-project/build.gradle
Expand Up @@ -43,7 +43,7 @@ repositories {
}

dependencies {
def gaeVersion = '1.6.4'
def gaeVersion = '1.6.4.1'
groovy 'org.codehaus.groovy:groovy-all:1.8.6'
compile "com.google.appengine:appengine-api-1.0-sdk:$gaeVersion",
"com.google.appengine:appengine-api-labs:$gaeVersion",
Expand Down

0 comments on commit 3a7e677

Please sign in to comment.