Skip to content

Commit

Permalink
[build]: removed retrofit and okhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Nov 5, 2023
1 parent 65f4231 commit a6b18e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ dependencies {
implementation "io.github.inflationx:viewpump:$viewpump_version"

implementation "com.google.code.gson:gson:$gson_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"

implementation "com.github.bumptech.glide:glide:$glide_version"
ksp "com.github.bumptech.glide:ksp:$glide_version"
Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ buildscript {
shizuku_version = '13.1.4'
viewpump_version = '2.1.1'
gson_version = '2.10.1'
retrofit_version = '2.9.0'
okhttp_version = '4.11.0'
glide_version = '4.15.1'
room_version = '2.6.0'
hilt_version = '2.47'
Expand Down

0 comments on commit a6b18e3

Please sign in to comment.