diff --git a/.gitignore b/.gitignore index 61ead866..d2785ada 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /vendor +/.idea +dnote.iml diff --git a/buildmobile.sh b/buildmobile.sh new file mode 100755 index 00000000..e6a9400d --- /dev/null +++ b/buildmobile.sh @@ -0,0 +1,3 @@ +#!/bin/bash +gomobile bind -x -v -o app/infra.aar -target=android github.com/dnote/dnote/pkg/cli/cmd/add +