You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app
Grisha Kruglov ea3cd46133 Closes #1022: Auto-publication workflow for android-component
This patch enabled support for an auto-publication workflow for android-components.

It automates a common pattern seen in local development:

Old way:
- after every change in a-c, publish it locally with a unique version (bumping it manually)
- manually modify Fenix to consume a custom version of a-c from a mavenLocal repository

New way:
- set a flag in fenix's local.properties to enable auto-publication
- run Fenix builds after making changes to a-c. Changes in a-c will be automatically picked up.

Note that no changes are necessary to any Fenix files other than a single flag in local.properties.
Manually bumping android-components version is also not necessary.
5 years ago
..
src Closes #5573: fix radio-button spacing in settings 5 years ago
.gitignore Initializes Android project 6 years ago
build.gradle Closes #1022: Auto-publication workflow for android-component 5 years ago
lint.xml Fixes #1890 - Remove unused strings (#1891) 5 years ago
metrics.yaml Update bug numbers to URLs 5 years ago
pings.yaml Add pings.yaml metadata 5 years ago
proguard-rules.pro For #4064: Old R8 & keep rules are inhibiting optimizations (#4930) 5 years ago