readBuildFingerprint
fun readBuildFingerprint(dirPath: String, filePath: String = "src/main/resources/META-INF", fileName: String = "com.android.games.engine.build_fingerprint"): BuildFingerprint?
Reads and parses the build fingerprint information from a file.
Return
A BuildFingerprint object containing the parsed data, or null if an error occurs.
Parameters
dirPath
The directory path where the file is located.
filePath
The path within the directory where the file is located.
fileName
The name of the file to read.