1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 19:46:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Read build time in local-cli for apk

This commit is contained in:
sunnylqm
2019-11-21 00:02:00 +08:00
parent b848259905
commit 737060e962
7 changed files with 140 additions and 32 deletions

View File

@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.reactnative.modules.update">
<application>
<meta-data android:name="pushy_build_time" android:value="@string/pushy_build_time" />
</application>
</manifest>