mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user