Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OttomanDeveloper/u_downloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: OttomanDeveloper/u_downloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 29, 2026

  1. Bumped the version

    Bumped the version
    OttomanDeveloper committed May 29, 2026
    Configuration menu
    Copy the full SHA
    0377d70 View commit details
    Browse the repository at this point in the history
  2. ci: build all APKs in one Gradle run and harden release job

    - Add an abi splits block (with universal APK) so a single
      'flutter build apk --release' emits the three per-ABI APKs and a
      universal APK, instead of running two full builds back-to-back.
    - Release workflow now does one build, resiliently collects the APKs
      (handles app-universal-release.apk vs app-release.apk), adds a
      60-minute timeout, and a concurrency guard so a newer push cannot
      cancel a release build in progress.
    OttomanDeveloper committed May 29, 2026
    Configuration menu
    Copy the full SHA
    3242860 View commit details
    Browse the repository at this point in the history
Loading