Skip to content

Commit fc651c9

Browse files
authored
---
yaml --- r: 8395 b: refs/heads/lesv-patch-1 c: 9dafad0 h: refs/heads/master i: 8393: 82dc4d0 8391: 6fb8749
1 parent c3e0407 commit fc651c9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 53e74f8a0a6cb84f89f2e80a916daae5681a32fc
69-
refs/heads/lesv-patch-1: 339282dacbc51fe83f8c5b31ef96d08e2bbeb9c5
69+
refs/heads/lesv-patch-1: 9dafad0039ef558bbc23f32460fe68639f555407

branches/lesv-patch-1/APPENGINE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Use Google Cloud Java Client with Google App Engine
1+
Use Google Cloud Java Client with Google App Engine Java 8
22
=================================================
33

44
** Note: the following instructions are not required for App Engine Flex and Java 8 standard environment. **
@@ -9,7 +9,7 @@ This file provides extra instructions to set up Google Cloud Java Client with Go
99

1010
See [Google Cloud JavaQuickstart](./README.md#quickstart) for general instructions on using Google Cloud Java.
1111

12-
See [Quickstart for App Engine Standard Environment for Java](https://cloud.google.com/appengine/docs/standard/java/quickstart) for extra Google App Engine instructions.
12+
See [Quickstart for App Engine Standard Environment for Java](https://cloud.google.com/appengine/docs/standard/java/quickstart-java8) for extra Google App Engine instructions.
1313

1414
If you are using Maven, add this to your pom.xml file
1515
```xml
@@ -22,11 +22,11 @@ If you are using Maven, add this to your pom.xml file
2222

2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.50'
25+
compile 'com.google.appengine:appengine-api-1.0-sdk:1.9.56'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.appengine" % "appengine-api-1.0-sdk" % "1.9.50"
29+
libraryDependencies += "com.google.appengine" % "appengine-api-1.0-sdk" % "1.9.56"
3030
```
3131

3232
To test with local dev server, run

0 commit comments

Comments
 (0)