Update dependencies

This commit is contained in:
Mygod
2020-08-22 05:19:43 +08:00
parent 9a7ca06536
commit ffb2d5573d
3 changed files with 6 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ object ServiceNotification {
context.resources.getQuantityString(R.plurals.notification_interfaces,
interfaceCount, interfaceCount))))
.bigText(lines.joinToString("\n"))
.build()
.build()!!
}
}