Releases: bitrise-steplib/steps-install-missing-android-tools
Release list
3.5.1
3.5.0
3.4.7
3.4.6
3.4.5
3.4.4
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.urlon Test tasks). - Gradle-plugins mirror URL gated on the supported-region allowlist — fixes
Connect timed outfor customer-private datacenters (e.g. GCPUS_EAST4).
3.4.3
3.4.2
What's Changed
- chore: bump bitrise-build-cache CLI to v2.3.4 by @zsolt-marta-bitrise in #116
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
What's Changed
- chore: bump bitrise-build-cache CLI to v2.3.3 by @zsolt-marta-bitrise in #115
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
What's Changed
- Enable MavenCentral mirror before installing dependencies by @ramil-bitrise in #111
New Contributors
- @ramil-bitrise made their first contribution in #111
Full Changelog: 3.3.0...3.4.0