Update ShieldControllerExtensions to fix crash in getBatteryPercentage()

This commit is contained in:
Cameron Gutman
2023-10-16 23:55:39 -05:00
parent dc1045b69e
commit a52f189fb1

View File

@@ -143,5 +143,5 @@ dependencies {
implementation 'com.squareup.okio:okio:1.17.5'
// 3.5.8 requires minSdk 19, uses StandardCharsets.UTF_8 internally
implementation 'org.jmdns:jmdns:3.5.7'
implementation 'com.github.cgutman:ShieldControllerExtensions:1.0'
implementation 'com.github.cgutman:ShieldControllerExtensions:1.0.1'
}