Skip to content

Releases: bitrise-steplib/steps-install-missing-android-tools

3.5.1

Choose a tag to compare

@zsolt-marta-bitrise zsolt-marta-bitrise released this 12 May 08:57
6193d2e

What's Changed

  • Drop redundant Maven repo mirror activation and the enable_repo_mirror input (ACI-4936) — mirror activation is now handled centrally by the VM-startup init script

3.5.0

Choose a tag to compare

@Badlazzor Badlazzor released this 05 May 13:50
e8ee17a

What's Changed

  • Bump bitrise-build-cache-cli to v2.5.0

3.4.7

Choose a tag to compare

@Badlazzor Badlazzor released this 30 Apr 15:56
38c028a

What's Changed

  • Bump bitrise-build-cache-cli to v2.4.9. Includes v2.4.8 (jitpack mirror disabled, gradle-mirrors activation warns when project uses apply(from = ...)) and v2.4.9 (per-mirror proxy URL env var export on activation).

3.4.6

Choose a tag to compare

@Badlazzor Badlazzor released this 30 Apr 12:20
828a0e3

What's Changed

  • Update bitrise-build-cache-cli to v2.4.7 — picks up CLI version logging on every entry point (ACI-4869).

3.4.5

Choose a tag to compare

@Badlazzor Badlazzor released this 30 Apr 10:41
50add7e

What's Changed

  • Update bitrise-build-cache-cli to v2.4.4.
  • Picks up gradle-plugin-portal and jitpack mirror entries (relevant when the install step's gradle resolution path hits these repos via third-party libs' buildscripts).

3.4.4

Choose a tag to compare

@zsolt-marta-bitrise zsolt-marta-bitrise released this 30 Apr 07:23
bbe6e33

What's Changed

  • Update bitrise-build-cache-cli to v2.4.3.
  • Robolectric installation now goes through the Bitrise Maven Central mirror (sets robolectric.dependency.repo.url on Test tasks).
  • Gradle-plugins mirror URL gated on the supported-region allowlist — fixes Connect timed out for customer-private datacenters (e.g. GCP US_EAST4).

3.4.3

Choose a tag to compare

@Badlazzor Badlazzor released this 29 Apr 13:20
6c910ef

What's Changed

  • Use the Bitrise Build Cache CLI's pkg/gradle/mirrors.Activator directly instead of downloading the CLI binary, dropping the install/download step from the activation path.

3.4.2

Choose a tag to compare

@zsolt-marta-bitrise zsolt-marta-bitrise released this 28 Apr 18:44
e8e3514

What's Changed

The new CLI version fixes a regression in v2.3.1+ where the gradle-mirrors init script suppressed Gradle's default pluginManagement.repositories = [gradlePluginPortal()] for projects without an explicit pluginManagement {} block in settings.gradle.kts. This broke plugin resolution for plugins that only live on plugins.gradle.org — e.g. org.gradle.toolchains.foojay-resolver-convention (React Native), io.invertase.gradle.build (RN Firebase), org.gradle.kotlin.kotlin-dsl (build-logic modules).

Full Changelog: 3.4.1...3.4.2

3.4.1

Choose a tag to compare

@zsolt-marta-bitrise zsolt-marta-bitrise released this 28 Apr 16:48
3920300

What's Changed

The new CLI version expands Maven mirror redirection to cover repo.maven.apache.org/maven2, repo1.maven.org/maven2, and jcenter() (sunset, redirects to repo1) — all routed through Bitrise-hosted mirror segments to avoid apache rate-limiting (429s). Also routes the bitrise-build-cache init script's io.bitrise.gradle:* classpath through a new /gradle-plugins mirror.

Full Changelog: 3.4.0...3.4.1

3.4.0

Choose a tag to compare

@Badlazzor Badlazzor released this 21 Apr 11:24
54c1b1b

What's Changed

New Contributors

Full Changelog: 3.3.0...3.4.0