Code for trailing

I rarely use GitHub, so please alert me in this post if there is a setting error that prevents cloning and pulling.

4 Likes

I was able to clone the repo, build it, and run the example app without difficulty.

I have 2 requests:

  1. Set the execute bit on the “gradlew” file.
  2. Add a “.gitignore” file. Something like the following:
/.gradle/
/.idea/
/.nb-gradle/
/build/
/*.dll
/*.dylib
/*.so
1 Like