luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

unable to merge dex #105

Closed anvup closed 6 years ago

anvup commented 6 years ago

The library was working fine for 1.1.3. But after updating to 1.2.0, getting the below error on gradle build:

Information:Gradle tasks [:app:assembleDebug]
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Information:BUILD FAILED in 5s
Information:1 error
Information:0 warnings
Information:See complete output in console

Using Android Studio 3.0.1 Gradle version 4.1

anvup commented 6 years ago

updating the support libraries to 27.1.0 fixed the issue. Sorry. Jumped too quickly to open issue