Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ the dependency with the `endpoints-framework` artifact from the

In Gradle, the new dependency looks like this:

compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.10'
compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.11'

You also need to update your `web.xml`. Simply replace all instances of
`SystemServiceServlet` with `EndpointsServlet` and replace `/_ah/spi/*` with
Expand Down