Skip to content

Commit d2187ee

Browse files
committed
fixup
1 parent 1033bdc commit d2187ee

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/workflows/android.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ jobs:
5353
with:
5454
name: callme-egui.apk
5555
path: ./target/release/apk/callme-egui.apk
56+
57+
- name: Release
58+
uses: softprops/action-gh-release@v2
59+
if: startsWith(github.ref, 'refs/tags/')
60+
with:
61+
files: |
62+
target/release/apk/callme-egui.apk

Cargo.lock

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

callme/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dasp_sample = "0.11.0"
1616
derive_more = { version = "2.0.1", features = ["debug", "deref"] }
1717
fixed-resample = "0.6.1"
1818
futures-concurrency = "7.6.3"
19-
futures-util = "0.3.31"
2019
iroh = { version = "0.33.0", default-features = false }
2120
iroh-roq = "0.1.0"
2221
n0-future = "0.1.2"
@@ -25,9 +24,7 @@ opus = { git = "https://github.com/DCNick3/opus-rs.git", branch = "unsafe-libopu
2524
"unsafe-libopus-backend",
2625
] }
2726
rand = "0.8"
28-
rb = "0.4.1"
2927
ringbuf = "0.4.7"
30-
rubato = "0.16.1"
3128
serde = { version = "1.0.218", features = ["derive"] }
3229
spin_sleep = "1.3.0"
3330
tokio = { version = "1.43.0", features = ["sync"] }

0 commit comments

Comments
 (0)