# boybot APP **Repository Path**: cdwuhan/boybot-app ## Basic Information - **Project Name**: boybot APP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-22 - **Last Updated**: 2026-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BuyBot App BuyBot Android APP update repository. This repository is used by the APP updater to check Gitee tags and download release APK files. ## Release Rule 1. Create a tag in the format `v{versionName}.{versionCode}`. Example: `v6.7.0.3845`, `v6.7.0.3846`. 2. Create a Gitee Release for that tag. 3. Upload the APK asset with this exact file name: ```text buybot-app.apk ``` The APP checks tags from: ```text https://gitee.com/api/v5/repos/cdwuhan/boybot-app/tags ``` For tag `v6.7.0.3845`, the APP downloads: ```text https://gitee.com/cdwuhan/boybot-app/releases/download/v6.7.0.3845/buybot-app.apk ``` ## Current Baseline The current initialized baseline tag is `v6.7.0.3844`.