Skip to content

Commit

Permalink
Merge pull request #1108 from digidem/hotfix/v5.6.3
Browse files Browse the repository at this point in the history
Hotfix/v5.6.3
  • Loading branch information
ErikSin committed Jun 29, 2023
2 parents 95beddf + ac06446 commit 034f7a8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.6.3](https://github.com/digidem/mapeo-mobile/compare/v5.6.2...v5.6.3) (2023-06-29)

### [5.6.2](https://github.com/digidem/mapeo-mobile/compare/v5.6.1...v5.6.2) (2023-05-25)

### Bug Fixes
Expand Down
10 changes: 10 additions & 0 deletions bitrise.yml
Expand Up @@ -303,6 +303,16 @@ workflows:
echo "Updated to latest SDK:"
sdkmanager --list
echo "Downloading correct cmake version"
mkdir /usr/local/share/android-sdk/cmdline-tools/latest/
mkdir /usr/local/share/android-sdk/cmdline-tools/latest/bin/
ln -s /usr/local/share/android-sdk/cmdline-tools/cmdline-tools/bin/sdkmanager /usr/local/share/android-sdk/cmdline-tools/latest/bin/sdkmanager
/usr/local/share/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "cmake;3.10.2.4988404"
echo "cmake;3.10.2.4988404 downloaded"
- script-runner@0.9.3:
title: Build nodejs backend
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mapeo-mobile",
"version": "5.6.2",
"version": "5.6.3",
"private": true,
"engines": {
"node": "12.16.3"
Expand Down

0 comments on commit 034f7a8

Please sign in to comment.