Skip to content

Commit 3a7a7ab

Browse files
authoredNov 7, 2019
Update packaging.yaml
1 parent 9406fc1 commit 3a7a7ab

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed
 

Diff for: ‎JetNews/.google/packaging.yaml

+6-18
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,29 @@
1-
#
2-
# Copyright (C) 2019 The Android Open Source Project
1+
# Copyright 2019 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");
54
# you may not use this file except in compliance with the License.
65
# You may obtain a copy of the License at
76
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# https://www.apache.org/licenses/LICENSE-2.0
98
#
109
# Unless required by applicable law or agreed to in writing, software
1110
# distributed under the License is distributed on an "AS IS" BASIS,
1211
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1312
# See the License for the specific language governing permissions and
1413
# limitations under the License.
15-
14+
#
1615
# GOOGLE SAMPLE PACKAGING DATA
1716
#
1817
# This file is used by Google as part of our samples packaging process.
1918
# End users may safely ignore this file. It has no relevance to other systems.
2019
---
21-
# Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED}
2220
status: PUBLISHED
23-
24-
# Optional, put additional explanation here for DEPRECATED or SUPERCEDED.
25-
# statusNote:
26-
27-
# See http://go/sample-categories
2821
technologies: [Android]
29-
categories: [Compose - Developer Preview]
22+
categories: [Compose Developer Preview]
3023
languages: [Kotlin]
3124
solutions: [Mobile]
32-
33-
# May be omitted if unpublished
3425
github: android/compose-samples
35-
36-
# Values: BEGINNER | INTERMEDIATE | ADVANCED | EXPERT
3726
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
4129
license: apache2

0 commit comments

Comments
 (0)
Please sign in to comment.