Skip to content
Bernard Longho edited this page Jan 14, 2021 · 2 revisions

How does this library affect my application size?

This library contains all the flags of the countries of the world as svg(.xml) files. This forms the bug of the library and can increase your application size by at least 7MB. An issue(issue 15) was because of this but after changing the png images to vector drawables, this did not solve the issue.

Does my app need internet to use this library?

This library works perfectly offline. You only need to download the library once (usually by gradle).

Signed app craches

If you enable shrinkresources in your app.gradle file, then your app will crash. Check issue 18 for proposed solution