Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- compile('com.aviary.android.feather.sdk:aviary-sdk:3.4.3.351') {
- // Exclude because: Common-io DEX duplicate entries because of group name change...
- exclude group: 'org.apache.commons', module: 'commons-io'
- exclude group: 'commons-io', module: 'commons-io'
- // Exclude because: last versions of common-library don't contain isIceCreamSandwich method.
- exclude group: 'com.aviary.android.feather.sdk', module: 'common-library'
- }
- // manual aviary common-library import
- compile('com.aviary.android.feather.sdk:common-library:3.1.2') {
- // Exclude because: Common-io DEX duplicate entries because of group name change...
- exclude group: 'org.apache.commons', module: 'commons-io'
- exclude group: 'commons-io', module: 'commons-io'
- }
- // manual commons-io import
- compile 'commons-io:commons-io:2.4'
Advertisement
Add Comment
Please, Sign In to add comment