vishesh / sealnote

Android app for keeping encrypted notes
https://play.google.com/store/apps/details?id=com.twistedplane.sealnote
MIT License
79 stars 50 forks source link

Removed jar files, added as dependencies in gradle file. #39

Closed chadcurtis closed 7 years ago

chadcurtis commented 7 years ago

Following up on the issue of the jars here. I've removed the jar files and have added them as dependencies in the build.gradle file.

Results of the ./gradlew assembleDebug:

BUILD SUCCESSFUL

Total time: 58.057 secs

They're being pulled from the Maven repo (see here and here). Feel free to suggest or advise accordingly!