I have included Crashlytics in my app and when I analyse my release APK, I see a crashylytics-build.properties
file under the assets/
folder. This file is not in my local assets folder however. The file contents looks like this:
#This file is automatically generated by Crashlytics to uniquely
#identify individual builds of your Android application.
#
#Do NOT modify, delete, or commit to source control!
#
#Sun Oct 06 19:00:00 EDT 2019
version_name=1.0.0
package_name=com.example.app
build_id=fab45210-5052-3ab9-872d-9c67fcad894e1
version_code=1
app_name=Example app
Is this normal? Does Crashlytics requires this file to work? I'm a bit concerned since the file says it shouldn't be committed to VCS, so why should it be included in APK...
The file is also located in app\build\intermediates\merged_assets\debug\out\crashlytics-build.properties
so it might be normal after all.