Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to LanternHttpClient and integrate MockK #900

Merged
merged 15 commits into from
Oct 23, 2023
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
Loading