awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesAndroid App Version Controls

Systems for retrieving specific older versions of Android apps and preventing automatic updates.

Distinct from Version Trackers: Covers the combination of historical binary retrieval and update suppression, which differs from runtime version support

Explore 3 awesome GitHub repositories matching mobile development · Android App Version Controls. Refine with filters or upvote what's useful.

Awesome Android App Version Controls GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kurikomi-labs/komi-storeK

    kurikomi-labs/komi-store

    15,630在 GitHub 上查看↗

    Komi Store is an Android app store client designed for discovering and installing applications directly from git repository releases. It functions as a git release manager and APK package manager, allowing users to track software versions and assets hosted on git platforms. The project differentiates itself by integrating deep git repository functionality, such as an OAuth repository browser for managing issues and pull requests, and a system for importing starred repositories. It utilizes a multi-provider aggregation model to normalize release data from various git hosting platforms into a u

    Provides complete management of Android packages, including installation, updating, and version-specific downgrades.

    Kotlin
    在 GitHub 上查看↗15,630
  • triple-t/gradle-play-publisherTriple-T 的头像

    Triple-T/gradle-play-publisher

    4,294在 GitHub 上查看↗

    gradle-play-publisher 是一个 Gradle 插件,旨在自动化 Android 应用程序向 Google Play 商店的发布和部署。它处理应用包 (App Bundles) 和二进制文件的上传,管理版本在不同发布轨道之间的转换。 该项目提供了用于同步商店元数据的专门工作流,允许管理和更新本地化的描述和图形资产。它还包括用于配置应用内产品详情和订阅模型的工具,以管理应用程序的货币化。 其他功能涵盖通过内部共享渠道进行的应用内 beta 分发,以及在上传过程中解决版本代码冲突。该工具还支持发布推广和调整活跃版本的发布百分比。

    Handling version code conflicts and promoting releases between testing and production tracks in the app store.

    Kotlinandroidandroid-developmentapps
    在 GitHub 上查看↗4,294
  • whyorean/aurorastorewhyorean 的头像

    whyorean/AuroraStore

    2,559在 GitHub 上查看↗

    AuroraStore is a third-party Google Play Store client used for searching, downloading, and installing Android application packages without the official client software. It serves as an application downloader and distribution tool that enables the retrieval of app metadata and binaries directly from the store backend. The project differentiates itself through identity-spoofing capabilities that allow users to bypass geographical restrictions and access apps locked to specific regions. It also provides version control by enabling the retrieval of specific older versions of applications and impl

    Retrieves specific older versions of Android apps and prevents automatic updates to maintain desired software states.

    Kotlin
    在 GitHub 上查看↗2,559
  1. Home
  2. Mobile Development
  3. Android App Version Controls

探索子标签

  • Lifecycle ManagementComprehensive handling of app installations, updates, and historical version downgrades. **Distinct from Android App Version Controls:** Distinct from Android App Version Controls: extends version retrieval to include the full lifecycle of updating and downgrading.
  • Release Promotion WorkflowsAutomated processes for advancing application versions through different testing and production stages. **Distinct from Android App Version Controls:** Distinct from Android App Version Controls as it focuses on the movement and promotion of releases between tracks rather than just version retrieval or update suppression.