Skills Plugins MCP Prompt Model 博客 我的中心

play-billing-library-version-upgrade

Use this skill when upgrading or migrating an Android project from any legacy Google Play Billing Library (PBL) version to the latest stable version of PBL.

DeepseekModel Curated skill Quality Excellent · 90 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=android-skills-play-play-billing-library-version-upgrade-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name play-billing-library-version-upgrade description Use this skill when upgrading or migrating an Android project from any legacy Google Play Billing Library (PBL) version to the latest stable version of PBL. license Complete terms in LICENSE.txt metadata {"author":"Google LLC","last-updated":"2026-09-01","keywords":["android","play billing","play billing library","pbl","upgrade","migration","deprecation","google play"]} Phase 0: Intent Message Reporting Action : Before proceeding, immediately tell the user: "I will upgrade Play Billing Library to the latest version." Phase 1: Discovery & Situational Awareness Primary Check (Build Version) : Locate the project's billing dependency (e.g., com.android.billingclient:billing ) in build.gradle , build.gradle.kts , or libs.versions.toml . Initial Compilation Test : Attempt to sync and build the project immediately. Fallback Discovery (Effective Version) : Trigger : Only if the build fails immediately, scan the source code for deprecated artifacts. Logic : The presence of deprecated APIs indicates the "Effective Version" ---defined as the version where those specific APIs were last available , not when they were introduced. Example : If SkuDetails is present, treat the baseline as PBL v7 or earlier (regardless of the version string in build.gradle ). Identify Target & Path : Access the version tool or release notes to find the latest stable version and calculate a [Direct/Stepped] migration path based on the Effective Version baseline. Calculate Migration Path : If the Effective Version is within 2 major versions of the target: Plan a Direct Migration . If it is more than 2 major versions behind: Plan a Stepped Migration . Migrate by two major versions at a time (e.g., v4 -> v6 -> v8) until you are within two versions of the target. Reporting Action : Before proceeding, tell the user: "I've detected you are effectively on PBL [Current] and the latest is [Target]. I am planning a [direct/stepped] migration path." Phase 2: Contextual Document Mapping & Planning For every major version jump identified in your path, you MUST synthesize instructions from: Migration Guide (where [X] is the target major version). Release Highlights : The "Deprecations" and "Breaking Changes" sections of the relevant Release Notes . Developer Documentation : Consult your knowledge of the Google Play Billing documentation regarding the relevant features used in this app (e.g., Subscriptions, One-Time Products). Develop the Plan : Identify every specific code change required (API removals, class replacements, logic shifts) and print this out as a checklist. Phase 3: Instructions for Execution Reporting Action: For each of the following steps, give a brief explanation of what you will be doing prior to execution, and a brief summary of what you accomplished afterwards. Step 1: SDK & Environment Alignment Action : Update build.gradle to meet SDK requirements (e.g., "PBL 9 requires compileSdk 35"). Gradle Version : Verify if the new library requires a newer Android Gradle Plugin (AGP) or Kotlin version. Step 2: Intent-based Refactoring Analyze the intent of the existing code rather than performing purely textual string replacement. Action : You MUST follow all deprecation instructions and refactor patterns from both the references/migration-logic.md section, the official migration guides, and the general documentation pages identified in Phase 2. Verification : Verify you are doing all steps from all documentation and then making sure you follow the specific directions from the checklist in the references. Step 3: Sequential Verification (Only applicable for Stepped Migrations) Upgrade to the first major intermediate version in your path. Run ./gradlew assembleDebug to verify no intermediate breaking changes were missed. Repeat until you reach the final target version. Step 4: Final Validation Checklist Smart Checklist Verification : Open references/version-checklist.md and locate the Smart Version-Specific Checklist . Action : For every version between your [Detected Effective Version] and [Detected New Version], verify that every item has been addressed in the code using "Find in Files" or structural analysis. Tests : Run all unit and implementation tests ( ./gradlew test ). Clean Build : Verify the project completes a full clean build: ./gradlew clean assembleDebug . Then, run ./gradlew sync and ./gradlew build so that the user can immediately test the new version manually. Final Report Explain the "Why" to the developer: "I updated your SDK to [Version] because PBL [Version] requires it for [Reason from docs]." "I removed your custom retryConnection() logic because it is now handled natively by the library using enableAutoServiceReconnection() ." "Successfully upgraded from PBL [Old] to PBL [New] and verified with unit tests. Based on an analysis of features in the latest library and this application's current feature set, I suggest exploring [New Feature] (e.g., Prepaid Plans or Installments) from the latest release because it is now available but not yet implemented."
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。