Skip to content

Commit 4aa1e30

Browse files
committed
CoinList: Set version to v1.1.0
1 parent 88c460b commit 4aa1e30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/coinlist-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Install Android SDK cmdline-tools;latest
21+
run: $ANDROID_HOME/cmdline-tools/12.0/bin/sdkmanager "cmdline-tools;latest"
2022
- name: Build release
2123
working-directory: bin/coinlist
2224
run: |

bin/coinlist/bob.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "coinlist"
33
id = "ml.coinlist.android"
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
[dependencies]
77
alerts = { path = "../../lib/alerts" }

0 commit comments

Comments
 (0)