Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dhonti/ANDROID-15405-…
Browse files Browse the repository at this point in the history
…postercard

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
dhonti-axpe committed Dec 3, 2024
2 parents f78acfa + 300bada commit 1686468
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ allprojects {

- Update the version of mistica to the one the snapshot was released with, sync your project and the dependency should be resolved with the artifact including your local changes.

## Snapshot generation with GitHub Action
To create a new snapshot go to [the snapshot.yml Action](https://github.com/Telefonica/mistica-android/actions/workflows/snapshot.yml), select a branch and enter the version, like
``` x.x.x ```

After a while, the new version will be available, keep in mind that the version name will be ``` x.x.x-SNAPSHOT ```

## Design tokens
We have several tokens that are defined by the UX team (colors, radius and text presets) in a [JSON format](https://github.com/Telefonica/mistica-design/tree/production/tokens). Using these files, we generate XML and Kotlin files that are used in the library.

Expand Down

0 comments on commit 1686468

Please sign in to comment.