Skip to content

Commit

Permalink
chore: Update Resourceful library to 1.1.0
Browse files Browse the repository at this point in the history
This includes the update to resourceful to support Androidx libraries.
  • Loading branch information
kingargyle committed Dec 13, 2024
1 parent fe17ebb commit d92a16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serenity-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dependencies {
//implementation("com.henryblue.library:tvrecyclerview:1.2.2")
implementation("jp.wasabeef:recyclerview-animators:4.0.2")

implementation("com.github.rstanic12:Resourceful:1.0.0") {
implementation("com.github.rstanic12:Resourceful:1.1.0") {
exclude(group = "com.google.guava")
}

Expand Down

0 comments on commit d92a16b

Please sign in to comment.