Skip to content

Commit

Permalink
use FlexibleAdapter from Jitpack.io
Browse files Browse the repository at this point in the history
See
davideas/FlexibleAdapter#768 (comment)

However FlexibleAdapter has to be removed soon (at best with Jetpack Compose)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
  • Loading branch information
mahibi authored and backportbot[bot] committed Jul 25, 2024
1 parent f583d5b commit 7b52200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ dependencies {
implementation "androidx.room:room-ktx:${roomVersion}"

implementation "org.parceler:parceler-api:$parcelerVersion"
implementation 'eu.davidea:flexible-adapter:5.1.0'
implementation 'eu.davidea:flexible-adapter-ui:1.0.0'
implementation 'com.github.ddB0515.FlexibleAdapter:flexible-adapter:5.1.1'
implementation 'com.github.ddB0515.FlexibleAdapter:flexible-adapter-ui:5.1.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'com.github.wooplr:Spotlight:1.3'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
Expand Down

0 comments on commit 7b52200

Please sign in to comment.