openwallet-foundation-labs / identity-credential

Apache License 2.0
161 stars 82 forks source link

Fixes for errors when running Make Project in Android studio. #617

Closed kdeus closed 4 months ago

kdeus commented 4 months ago

The JVM was running out of memory with 2g, so this increases that to 4g. Also, there are 3 bouncycastle libraries that all contain a MANIFEST.MF file, and the name collision is causing an error. This updates the build.gradle files for each of the projects that was having an error, so they exclude this file (similar to the way it's excluded in other modules).

Tested by running Make Project before and after, running the wallet and appverifier apps to ensure they still work, and running all unit tests on all modules.

Signed-off-by: kdeus@google.com

Fixes #613

davidz25 commented 4 months ago

Actually now that I see it, those whitespace fixes actually are nice to have. Let's merge it, thanks!