mirror of
https://github.com/dnote/dnote
synced 2026-03-16 07:25:49 +01:00
Compare commits
1 commit
master
...
android-sd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14fb3e1aba |
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
||||||
/vendor
|
/vendor
|
||||||
|
/.idea
|
||||||
|
dnote.iml
|
||||||
|
|
|
||||||
3
buildmobile.sh
Executable file
3
buildmobile.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
gomobile bind -x -v -o app/infra.aar -target=android github.com/dnote/dnote/pkg/cli/cmd/add
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue