centralize-dependencies-gradle icon indicating copy to clipboard operation
centralize-dependencies-gradle copied to clipboard

Not able to add few dependencies in dependencies.gradle

Open reactivedroid opened this issue 8 years ago • 0 comments

I am following the configuration provided by you to clean up my dependencies. gradle. While most of the dependencies have been cleaned, some of them are still left out, which are giving errors while syncing the project. Please help by adding the following dependencies according to your gradle configuration.

compile files('libs/apsalar.jar')
compile files('libs/PGSDK_v1.0.1.jar')
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
        transitive = true;
    }
compile fileTree(dir: 'libs', include: ['*.jar'])
compile(name: "truesdk-0.5", ext: "aar")
compile "com.github.bumptech.glide:okhttp3-integration:1.4.0@aar"

reactivedroid avatar Jun 27 '17 12:06 reactivedroid