Skip to content

Commit 8aaaf87

Browse files
committed
Adjust report formatting again.
1 parent 1581533 commit 8aaaf87

File tree

1 file changed

+2
-1
lines changed
  • simplified-reports/src/main/java/org/librarysimplified/reports

1 file changed

+2
-1
lines changed

simplified-reports/src/main/java/org/librarysimplified/reports/Reports.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,12 @@ object Reports {
142142
bodyLines.add("\n")
143143
bodyLines.add("--")
144144
bodyLines.add("Platform: ${this.reportPlatform}")
145-
bodyLines.add("OS: Android")
146145
bodyLines.add("Height: ${this.reportScreenHeight} (${this.reportScreenDPI} DPI)")
147146
bodyLines.add("Palace Version: ${this.reportAppVersion}")
148147
bodyLines.add("Palace Commit: ${this.reportAppCommit}")
149148
bodyLines.add("Library: ${this.reportLibrary}")
149+
bodyLines.add("Device Patch Date: ${Build.VERSION.SECURITY_PATCH}")
150+
bodyLines.add("Device API Level: ${Build.VERSION.SDK_INT}")
150151
bodyLines.add("Device Manufacturer: ${Build.MANUFACTURER}")
151152
bodyLines.add("Device Brand: ${Build.BRAND}")
152153
bodyLines.add("Device Model: ${Build.MODEL} (${Build.DEVICE})")

0 commit comments

Comments
 (0)