Add a README with setup instructions

Put a `.keep` file in the `app/libs` folder so folks can put the `.aar`
file in there without needing to make it first.
This commit is contained in:
Salvatore Testa 2022-02-05 19:34:25 -08:00
parent d10bb853a6
commit 5af2eef7cf
3 changed files with 59 additions and 0 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@
local.properties
/app/libs/yggdrasil.aar
/app/libs/yggdrasil-sources.jar
.idea