Skip to content

Commit 4afdf18

Browse files
authored
Modifies YAML files to work with studio/sample page (#1259)
1 parent b503397 commit 4afdf18

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.google/packaging.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ categories: [Getting Started]
99
languages: [Java]
1010
solutions: [Mobile, Monetization, Startup, Enterprise]
1111
github: firebase/quickstart-android
12+
branch: master
1213
level: BEGINNER
1314
icon: .google/icon.png
1415
license: apache2

mlkit/.google/packaging.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# GOOGLE SAMPLE PACKAGING DATA
2+
#
3+
# This file is used by Google as part of our samples packaging process.
4+
# End users may safely ignore this file. It has no relevance to other systems.
5+
---
6+
status: PUBLISHED
7+
technologies: [Android]
8+
categories: [Machine Learning]
9+
languages: [Java, Kotlin]
10+
solutions: [Mobile]
11+
github: firebase/quickstart-android
12+
branch: master
13+
level: INTERMEDIATE
14+
apiRefs:
15+
- gms:com.google.mlkit.vision.common.InputImage
16+
- gms:com.google.mlkit.vision.barcode.Barcode
17+
- gms:com.google.mlkit.vision.barcode.BarcodeScanner
18+
license: apache2

0 commit comments

Comments
 (0)