Add build timestamp as build config field (#1567)

This commit is contained in:
Rafał Borcz
2021-10-09 18:37:27 +02:00
committed by GitHub
parent 4e69cfe23c
commit a240fd5d5f
6 changed files with 20 additions and 31 deletions

View File

@ -153,14 +153,6 @@
android:resource="@xml/provider_paths" />
</provider>
<meta-data
android:name="buildTimestamp"
android:value="${buildTimestamp}" />
<meta-data
android:name="install_channel"
android:value="${install_channel}" />
<!-- workaround for https://github.com/firebase/firebase-android-sdk/issues/473 enabled:false -->
<!-- https://firebase.googleblog.com/2017/03/take-control-of-your-firebase-init-on.html -->
<provider
@ -170,6 +162,10 @@
android:exported="false"
tools:ignore="MissingClass" />
<meta-data
android:name="install_channel"
android:value="${install_channel}" />
<meta-data
android:name="firebase_analytics_collection_enabled"
android:value="${firebase_enabled}" />