We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c460b commit 4aa1e30Copy full SHA for 4aa1e30
.github/workflows/coinlist-release.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/checkout@v4
18
- name: Install bob
19
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"
22
- name: Build release
23
working-directory: bin/coinlist
24
run: |
bin/coinlist/bob.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "coinlist"
3
id = "ml.coinlist.android"
4
-version = "1.0.0"
+version = "1.1.0"
5
6
[dependencies]
7
alerts = { path = "../../lib/alerts" }
0 commit comments