MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

Where can i view version log? #55

Closed tracer8 closed 3 years ago

tracer8 commented 3 years ago

Hi, When i'm trying to use version 0.3.3, it generate some error when build, so i must downgrade to 0.3.2. Can i have some verion log to view what change between every versions? Thanks!

MichaelRocks commented 3 years ago

Hi, please take a look at #49. I believe you have to update Gradle to 6.8 or later. And unfortunately there's no version log.

tracer8 commented 3 years ago

Yes, i saw it before, so i decide to downgrade to 0.3.2. But what happen with 0.3.3, did it have any important upgrade?

MichaelRocks commented 3 years ago

In 0.3.3 I moved artifacts from Jcenter to Maven Central, and in order to do that I had to update dependencies including Gradle. Nothing in the obfuscation part has changed.

tracer8 commented 3 years ago

Oh, ok thank you so much!

MichaelRocks commented 3 years ago

You're welcome!