Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading release APK in Github release instead of standalone APK. #4115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2024

  1. Uploading release APK in Github release instead of standalone APK.

    * To resolve the publishing issue on `IzzyOnDroid`, we are now uploading the `Release` APK(with `org.kiwix.kiwixmobile` package name) to the GitHub release, allowing `IzzyOnDroid` to easily retrieve the APK and upload it to their platform.
    MohitMaliDeveloper committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    cb7c1f7 View commit details
    Browse the repository at this point in the history
  2. Generated dummy release APKs along with the dummy bundle to have them…

    … readily available if needed.
    
    * For example, in the current scenario, we need to manually generate the release APKs and upload them to the 3.12.0 GitHub release so that IzzyOnDroid can fetch and update the application on their platform.
    MohitMaliDeveloper committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7ced396 View commit details
    Browse the repository at this point in the history