Browse Source

Removed unwanted dependency

master
Preyea Regmi 6 years ago
parent
commit
957b85bb3f
  1. 6
      app/build.gradle

6
app/build.gradle

@ -93,7 +93,6 @@ dependencies {
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
// implementation 'com.github.yalantis:ucrop:2.2.2'
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-messaging:17.3.3'
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
@ -106,19 +105,14 @@ dependencies {
implementation 'com.leavjenn.smoothdaterangepicker:library:0.2.0'
implementation 'com.github.kapilmhr:SizesDP:1.1'
implementation 'de.hdodenhof:circleimageview:2.2.0'
// implementation 'com.facebook.android:facebook-share:[4,5)'
// compile group: 'com.zendesk', name: 'sdk', version: '1.10.0.1'
// implementation 'joda-time:joda-time:2.9.9'
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
implementation 'id.zelory:compressor:2.1.0'
// implementation 'com.zxy.android:tiny:1.0.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.0'
// implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'com.android.support:percent:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'

Loading…
Cancel
Save