From 8523c2ed5c903bf8b8f2197435b5849d3755cb91 Mon Sep 17 00:00:00 2001 From: Tiem Song Date: Mon, 22 Jan 2018 21:39:49 -0800 Subject: [PATCH] Add packaging --- .../.google/packaging.yaml | 25 +++++++++++++++++++ .../.google/packaging.yaml | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 AndroidTestingBlueprint-kotlinApp/.google/packaging.yaml create mode 100644 AndroidTestingBlueprint/.google/packaging.yaml diff --git a/AndroidTestingBlueprint-kotlinApp/.google/packaging.yaml b/AndroidTestingBlueprint-kotlinApp/.google/packaging.yaml new file mode 100644 index 0000000..b3e1f05 --- /dev/null +++ b/AndroidTestingBlueprint-kotlinApp/.google/packaging.yaml @@ -0,0 +1,25 @@ +# Copyright 2018 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Getting Started] +languages: [Kotlin] +solutions: [Mobile, Testing] +github: android-testing-templates +level: INTERMEDIATE +license: apache2 diff --git a/AndroidTestingBlueprint/.google/packaging.yaml b/AndroidTestingBlueprint/.google/packaging.yaml new file mode 100644 index 0000000..c47ba12 --- /dev/null +++ b/AndroidTestingBlueprint/.google/packaging.yaml @@ -0,0 +1,25 @@ +# Copyright 2018 Google Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Getting Started] +languages: [Java] +solutions: [Mobile, Testing] +github: android-testing-templates +level: INTERMEDIATE +license: apache2