scottyab / AESCrypt-Android

Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C (with the same weak security defaults :( ) created by Gurpartap Singh. https://github.com/Gurpartap/aescrypt
Apache License 2.0
641 stars 191 forks source link

please make the Library downloadable as jar !!! #3

Closed mustii82 closed 8 years ago

mustii82 commented 9 years ago

not everybody use maven or gradle so please let other people download the library jar file.

mustii82 commented 9 years ago

for everybody you can use the class in the source file its one simple class so the need of an external library isn't needed in my opinion

scottyab commented 8 years ago

You can download the aar from maven central or you know compile it yourself ;)

mustii82 commented 8 years ago

its easier to import the class of the source code and call it from the imported class or export the source code as a jar file and import it as library.