From eb905cfe2d8827937ae4fd81fb25317cf8b32c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 12 May 2022 19:12:59 +0200 Subject: [PATCH 1/2] Adds packaging data for AS samples (#2) --- .google/packaging.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .google/packaging.yaml diff --git a/.google/packaging.yaml b/.google/packaging.yaml new file mode 100644 index 000000000..17972dcca --- /dev/null +++ b/.google/packaging.yaml @@ -0,0 +1,27 @@ +# Copyright (C) 2022 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# 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: [Architecture] +languages: [Kotlin] +solutions: [Mobile] +github: android/nowinandroid +level: ADVANCED +license: apache2 From b3cf9050bb396c820be63951b844d9539d8d488f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 12 May 2022 19:14:03 +0200 Subject: [PATCH 2/2] Fixes link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ec032c36..de4fe158f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ for more details. # Architecture The Now in Android app follows the -[official architecture guidance]([official architecture guidance](https://developer.android.com/topic/architecture)) +[official architecture guidance](https://developer.android.com/topic/architecture) and is described in detail in the [architecture learning journey](docs/ArchitectureLearningJourney.md).