From fecf30802be96a06e2e29d415a3962985611c0ba Mon Sep 17 00:00:00 2001 From: Frank Natividad Date: Wed, 24 May 2017 14:50:46 -0700 Subject: [PATCH] endpoints-framework-tools not needed only endpoints-framework --- .../endpoints-frameworks-v2/migration-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/endpoints-frameworks-v2/migration-example/build.gradle b/appengine/endpoints-frameworks-v2/migration-example/build.gradle index 895a2f22238..065ccd809be 100644 --- a/appengine/endpoints-frameworks-v2/migration-example/build.gradle +++ b/appengine/endpoints-frameworks-v2/migration-example/build.gradle @@ -55,7 +55,7 @@ dependencies { // Endpoints Frameworks v2.0 // [START endpoints-tools] - compile group: 'com.google.endpoints', name: 'endpoints-framework-tools', version: '2.0.7' + compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.7' // [END endpoints-tools] // End of Endpoints Frameworks v2.0 }