desword / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
1 stars 0 forks source link

remove packaged guava #693

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need a higher version of guava in our project, but apktool contains a 
self-packed version of guava which conflicts.

You can specify guava as a dependency, but don't pack it.

Original issue reported on code.google.com by Daniel.Y...@gmail.com on 30 Oct 2014 at 1:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
At least, tell us what version of guava is packed.

Original comment by Daniel.Y...@gmail.com on 30 Oct 2014 at 2:01

GoogleCodeExporter commented 9 years ago
Apktool contains dependencies, thats the nature of distributing a binary for 
everyone to use.

Feel free to build a non dependency packed build yourself. 

Please look at the source next time.

                guava: 'com.google.guava:guava:14.0',

build.gradle in root

Original comment by connor.tumbleson on 30 Oct 2014 at 2:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
ahhh, guava 14 is very old, the new version of guava has removed some methods. 
I am gonna downgrade my guava to 14. Anyway, many thanks.

Original comment by Daniel.Y...@gmail.com on 30 Oct 2014 at 2:17