|
1 |
| -# |
2 |
| -# Copyright (C) 2019 The Android Open Source Project |
| 1 | + # Copyright 2019 Google LLC |
3 | 2 | #
|
4 | 3 | # Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 4 | # you may not use this file except in compliance with the License.
|
6 | 5 | # You may obtain a copy of the License at
|
7 | 6 | #
|
8 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | +# https://www.apache.org/licenses/LICENSE-2.0 |
9 | 8 | #
|
10 | 9 | # Unless required by applicable law or agreed to in writing, software
|
11 | 10 | # distributed under the License is distributed on an "AS IS" BASIS,
|
12 | 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 | 12 | # See the License for the specific language governing permissions and
|
14 | 13 | # limitations under the License.
|
15 |
| - |
| 14 | +# |
16 | 15 | # GOOGLE SAMPLE PACKAGING DATA
|
17 | 16 | #
|
18 | 17 | # This file is used by Google as part of our samples packaging process.
|
19 | 18 | # End users may safely ignore this file. It has no relevance to other systems.
|
20 | 19 | ---
|
21 |
| -# Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} |
22 | 20 | status: PUBLISHED
|
23 |
| - |
24 |
| -# Optional, put additional explanation here for DEPRECATED or SUPERCEDED. |
25 |
| -# statusNote: |
26 |
| - |
27 |
| -# See http://go/sample-categories |
28 | 21 | technologies: [Android]
|
29 |
| -categories: [Compose - Developer Preview] |
| 22 | +categories: [Compose Developer Preview] |
30 | 23 | languages: [Kotlin]
|
31 | 24 | solutions: [Mobile]
|
32 |
| - |
33 |
| -# May be omitted if unpublished |
34 | 25 | github: android/compose-samples
|
35 |
| - |
36 |
| -# Values: BEGINNER | INTERMEDIATE | ADVANCED | EXPERT |
37 | 26 | level: BEGINNER
|
38 |
| - |
39 |
| -# Default: apache2. May be omitted for most samples. |
40 |
| -# Alternatives: apache2-android (for AOSP) |
| 27 | +apiRefs: |
| 28 | + - android:androidx.compose.Composable |
41 | 29 | license: apache2
|
0 commit comments