Skip to content

Commit f9904c8

Browse files
committed
Testing lazy load
1 parent 883c179 commit f9904c8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
go get golang.org/x/mobile/bind
4747
gomobile init
4848
cd bindings
49-
gomobile bind -target=android -androidapi 23 -ldflags "-s -w" -o ../torrserver.aar
49+
gomobile bind -target=android -androidapi 21 -ldflags "-s -w" -o ../torrserver.aar
5050
5151
- name: Commit build library
5252
if: startsWith(github.ref, 'refs/tags/')

torrserver-sources.jar

5.39 KB
Binary file not shown.

torrserver.aar

11.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)