Skip to content

Commit

Permalink
remove needless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunker committed Aug 22, 2023
1 parent 771696d commit 872065d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:$versions.okhttp"
implementation "com.github.bumptech.glide:glide:$versions.glide"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
kapt "com.github.bumptech.glide:compiler:$versions.glide"

// rx
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' // <- 利用するライブラリを設定する
Expand Down

0 comments on commit 872065d

Please sign in to comment.