Update build.gradle

pull/123/head
FongMi 3 years ago
parent 101d13808c
commit eebe0e1694
  1. 2
      app/build.gradle

@ -99,7 +99,7 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.4.0'
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.14.2'
implementation 'com.github.thegrizzlylabs:sardine-android:0.8'
implementation('com.github.thegrizzlylabs:sardine-android:0.8') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' }
implementation 'com.google.android.material:material:1.9.0-beta01'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0'

Loading…
Cancel
Save