simbiose / Encryption

Encryption is a simple way to encrypt and decrypt strings on Android and Java project.
MIT License
354 stars 79 forks source link

Jar in Maven repo #6

Closed agrebnev closed 8 years ago

agrebnev commented 9 years ago

Hi @ademar111190

I can see that you published aar into Maven repo. However it looks like there are no something special for Android in your lib. It will be better to publish it as usual jar. Also it will be cool to remove android package dependencies.

Currently I cannot use your library in simple Java or Gradle/Groovy.

ademar111190 commented 9 years ago

It is a good Point.

Currently the only Android dependency is the LogCat and AsyncTask booth simple replaced by normal java classes, so the next sprint I'll remove the android dependency and will look for jar instead aar format.

ademar111190 commented 9 years ago

Today I push the initial work at branch development of the new version 1.3.0 that will works both in Android and Java. Now the java users can at least test the .jar version without android dependencies.

ademar111190 commented 8 years ago

Today I finished the "Java port" and I merged the development branch with the master, so I think that the issue is done. The unique reservation is the change of Maven to JitPack.io.