awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kurikomi-labs/komi-storeK

    kurikomi-labs/komi-store

    15,630Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,630
  • triple-t/gradle-play-publisherAvatar von Triple-T

    Triple-T/gradle-play-publisher

    4,294Auf GitHub ansehen↗

    gradle-play-publisher ist ein Gradle-Plugin zur Automatisierung der Veröffentlichung und des Deployments von Android-Apps im Google Play Store. Es übernimmt den Upload von App-Bundles und Binärdateien und verwaltet den Übergang von Releases über verschiedene Distribution-Tracks hinweg. Das Projekt bietet spezialisierte Workflows zur Synchronisierung von Store-Metadaten, wodurch lokalisierte Beschreibungen und Grafik-Assets verwaltet und aktualisiert werden können. Es enthält zudem Tools zur Konfiguration von In-App-Produktdetails und Abo-Modellen für die Monetarisierung der Anwendung. Weitere Funktionen umfassen die Beta-Distribution über interne Sharing-Kanäle und die Auflösung von Versionscode-Konflikten während des Upload-Prozesses. Das Tool unterstützt außerdem Release-Promotionen und die Anpassung von Rollout-Prozentsätzen für aktive Releases.

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

    Kotlinandroidandroid-developmentapps
    Auf GitHub ansehen↗4,294
  • whyorean/aurorastoreAvatar von whyorean

    whyorean/AuroraStore

    2,559Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,559
  1. Home
  2. Mobile Development
  3. Android App Version Controls

Unter-Tags erkunden

  • 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.