beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
21 stars 22 forks source link

When unpacking ZIP files, if the file hasn't changed, and it seems unpacked, don't unpack it #7

Closed paulproteus closed 4 years ago

paulproteus commented 4 years ago

This would speed up my iteration time.

paulproteus commented 4 years ago

11 handles this for the Python stdlib. The other ZIP files are probably smaller, and are also harder to cache this way, so that's as far as #11 goes for now.

freakboy3742 commented 4 years ago

Closing for now; we can revisit this as a performance boost if it's necessary.