Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6e01be33 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub
Browse files

Merge pull request #208 from nextcloud/dependabot/gradle/com.squareup.okhttp3-okhttp-3.12.12

parents d0be676c 324c39db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ dependencies {
    implementation ('com.squareup.retrofit2:retrofit:2.6.4') {
        because '2.7.0 requires okhttp:3.14.x which requires API level 19'
    }
    implementation ('com.squareup.okhttp3:okhttp:3.12.11') {
    implementation ('com.squareup.okhttp3:okhttp:3.12.12') {
        because '3.13+ requires Lollipop, but our minSdkVersion is 14'
    }