Skip to content

Commit

Permalink
Updates to LanternHttpClient and integrate MockK (#900)
Browse files Browse the repository at this point in the history
* Add Kotlin-based LanternHttpClient

* Kotlin-based LanternHttpClient

* Kotlin-based LanternHttpClient

* Updates to LanternHttpClient

* Add tests

* Add tests

* Add LanternHttpClientTest

* formatting

* Add ProUser data class

* Formatting

---------

Co-authored-by: atavism <[email protected]>
  • Loading branch information
atavism and atavism authored Oct 23, 2023
1 parent f4c4791 commit ef229ac
Show file tree
Hide file tree
Showing 16 changed files with 691 additions and 720 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ dependencies {
androidTestImplementation 'com.squareup.okhttp3:okhttp:4.9.2'

testImplementation 'junit:junit:4.13.2'
testImplementation "io.mockk:mockk:1.13.5"

implementation "com.github.YarikSOffice:lingver:1.3.0"
// from https://github.com/getlantern/opus_android
Expand Down
Loading

0 comments on commit ef229ac

Please sign in to comment.