godot/platform/android/export
Mark Riedesel 5740bd808a
Fix android apk contents having mtime 1 month in future
minizip documentation describes tm_mon as expecting the number of months
since January - [0, 11], but the month returned by OS.get_date() is in
the range of [1, 12].

(cherry picked from commit 5fe902244a)
2020-10-28 14:05:40 +01:00
..
export.cpp Fix android apk contents having mtime 1 month in future 2020-10-28 14:05:40 +01:00
export.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
gradle_export_util.h Write an AndroidManifest.xml file to be merged with app module's manifest. 2020-09-18 16:17:31 -07:00