Skip to content

Commit

Permalink
Merge pull request #72 from godmodelabs/update-okhttp
Browse files Browse the repository at this point in the history
update okhttp
  • Loading branch information
ADopeReader authored Jun 15, 2023
2 parents 274dd32 + 48124e8 commit 8955fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: '*.jar')
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11'
compileOnly "androidx.annotation:annotation:1.6.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
kapt project(path: ':ejecta-v8:v8annotations-compiler')

0 comments on commit 8955fe3

Please sign in to comment.