mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-19 18:13:46 +08:00
Due to “the last modified date on all files in an apk now have the time stamp of 'Fri, Nov 30 1979 00:00:00'” (https://code.google.com/p/android/issues/detail?id=220039) we have to store apk build time value in `app/src/main/res/values/strings.xml` file and use it further in `getBinaryResourcesModifiedTime` method Fix https://github.com/Microsoft/react-native-code-push/issues/650