Skip to content

Commit

Permalink
Updating README's.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Jul 22, 2017
1 parent bd5b5d7 commit 2075c0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Get the latest sample code from GitHub using Git or download the repository as a

* [Using the Google Cloud Speech API in an Android app](speech/Speech)
* [Using the Google Cloud Natural Language API in an Android app](nl/Language)
* [Migrating to Cloud Endpoints 1.0 Android projects to Endpoints 2.0](endpoints/endpoints-frameworks-migration)
* [Endpoints Frameworks Android apps](endpoints/endpoints-frameworks)

## Contributing changes

Expand Down
16 changes: 5 additions & 11 deletions endpoints-frameworks/legacy/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Android Studio Cloud Endpoints Migration Example
# Android Studio Cloud Endpoints Legacy Example

This sample is an example of a migrated [Android Studio Cloud Endpoints backend](https://cloud.google.com/tools/android-studio/app_engine/add_module)
using [Google Cloud Endpoints Frameworks 2.0](https://cloud.google.com/endpoints/docs).

Migrated sections with related comments are located in the following files:

* [build.gradle](build.gradle)
* [app/build.gradle](app/build.gradle)
* [backend/build.gradle](backend/build.gradle)
* [backend/backend.iml](backend/build.gradle)
This sample is an example of a legacy [Android Studio Cloud Endpoints backend](https://cloud.google.com/tools/android-studio/app_engine/add_module)
using [Google Cloud Endpoints Frameworks 1.0](https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/)
used to explain migrating to [Google Cloud Endpoints Frameworks 2.0](https://cloud.google.com/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks).

## Setup

Expand All @@ -27,4 +21,4 @@ of your Cloud Endpoints Frameworks project.
This sample is tested using an instrumentation test on [Firebase Test Lab](https://firebase.google.com/docs/test-lab/)
to verify the end-to-end communication between an Android app and
a Cloud Endpoints Frameworks project. The test is initiated by
the `jenkins.sh` script.
the `acceptance_test.sh` script.
13 changes: 3 additions & 10 deletions endpoints-frameworks/v2/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Android Studio Cloud Endpoints Migration Example
# Android Studio Cloud Endpoints v2.0 Example

This sample is an example of a migrated [Android Studio Cloud Endpoints backend](https://cloud.google.com/tools/android-studio/app_engine/add_module)
using [Google Cloud Endpoints Frameworks 2.0](https://cloud.google.com/endpoints/docs).

Migrated sections with related comments are located in the following files:

* [build.gradle](build.gradle)
* [app/build.gradle](app/build.gradle)
* [backend/build.gradle](backend/build.gradle)
* [backend/backend.iml](backend/build.gradle)
using [Google Cloud Endpoints Frameworks 2.0](https://cloud.google.com/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks).

## Setup

Expand All @@ -27,4 +20,4 @@ of your Cloud Endpoints Frameworks project.
This sample is tested using an instrumentation test on [Firebase Test Lab](https://firebase.google.com/docs/test-lab/)
to verify the end-to-end communication between an Android app and
a Cloud Endpoints Frameworks project. The test is initiated by
the `jenkins.sh` script.
the `acceptance_test.sh` script.

0 comments on commit 2075c0f

Please sign in to comment.