Skip to content

Commit

Permalink
Update packaging.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjeremy authored Sep 11, 2019
1 parent 836c03a commit 04a35d0
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions TextRoundedBackgroundKotlin/.google/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,19 @@
# 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.
---
# Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED}
status: PUBLISHED

# Optional, put additional explanation here for DEPRECATED or SUPERCEDED.
# statusNote:

# See http://go/sample-categories
technologies: [Android]
categories: [Getting Started, UI, Text]
categories: [User Interface]
languages: [Java]
solutions: [Mobile]

# May be omitted if unpublished
github: android/user-interface

# Values: BEGINNER | INTERMEDIATE | ADVANCED | EXPERT
level: BEGINNER

# Dimensions: 512x512, PNG fomrat
icon: screenshots/icon_web.png

# List of APIs that this sample should be listed under. Use authoritive,
# names that are unique for the product in question. Examples:
#
# Android - android:<class-name>
# App Engine - gae-java:<class name>
# gae-python:<package>
# Web Services - ws:<name of API from Cloud Console>
apiRefs:
- android:android.text.SpannableStringBuilder
- android:android.text.Spanned
Expand All @@ -39,7 +24,4 @@ apiRefs:
- android:android.text.style.RelativeSizeSpan
- android:android.text.style.MetricAffectingSpan


# Default: apache2. May be omitted for most samples.
# Alternatives: apache2-android (for AOSP)
license: apache2

0 comments on commit 04a35d0

Please sign in to comment.