Add unit tests on AndroidBatteryOptimization

This commit is contained in:
Benoit Marty 2025-06-11 10:29:10 +02:00
parent 3d60bb81ee
commit 3a91c00a8c
3 changed files with 116 additions and 1 deletions

View file

@ -14,4 +14,5 @@ android {
dependencies {
api(projects.services.toolbox.api)
implementation(projects.tests.testutils)
}