Refactor default reminder builder to dedicated class + unit tests (#1815)

* [WIP] Move default reminder builder to dedicated class + unit tests

* Add tests

* Just turn off Conscrypt for now

* Fix library name
This commit is contained in:
Ricki Hirner
2025-11-17 10:34:36 +01:00
committed by GitHub
parent 70766affd9
commit 28dcf90775
5 changed files with 165 additions and 17 deletions

View File

@@ -37,6 +37,7 @@ mikepenz-aboutLibraries = "13.1.0"
mockk = "1.14.5"
okhttp = "5.3.0"
openid-appauth = "0.11.1"
robolectric = "4.16"
room = "2.8.3"
unifiedpush = "3.1.2"
unifiedpush-fcm = "3.0.0"
@@ -104,6 +105,7 @@ okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "
okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
openid-appauth = { module = "net.openid:appauth", version.ref = "openid-appauth" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
room-base = { module = "androidx.room:room-ktx", version.ref = "room" }
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
room-paging = { module = "androidx.room:room-paging", version.ref = "room" }