| Index: mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| =================================================================== |
| --- a/mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| +++ b/mobile/android/chrome/content/aboutAdblockBrowser.xhtml |
| @@ -84,6 +84,10 @@ |
| document.getElementById("telemetry").hidden = false; |
| } |
| + // Always append the build ID in Adblock Browser. |
| + document.getElementById("version").innerHTML = version + "." + |
| + Services.appinfo.appBuildID; |
| + |
| // Include the Distribution information if available |
| try { |
| let distroId = Services.prefs.getCharPref("distribution.id"); |