mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-09 01:25:14 +08:00
Read build time in local-cli for apk
This commit is contained in:
@@ -60,7 +60,7 @@ public class UpdateContext {
|
||||
}
|
||||
|
||||
public String getBuildTime() {
|
||||
return BuildConfig.PUSHY_BUILD_TIME;
|
||||
return context.getString(R.string.pushy_build_time);
|
||||
}
|
||||
|
||||
public interface DownloadFileListener {
|
||||
|
Reference in New Issue
Block a user