Skip to content

Commit

Permalink
Add groupie-viewbinding to samples as dependency because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Oct 20, 2022
1 parent ced60a8 commit bc4713d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "com.github.lisawray.groupie:groupie:2.10.0"
implementation("com.github.lisawray.groupie:groupie-viewbinding:2.10.0")

implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.core:core-ktx:1.9.0")
Expand Down
1 change: 1 addition & 0 deletions samples/advanced-samples/extensions-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "com.github.lisawray.groupie:groupie:2.10.0"
implementation("com.github.lisawray.groupie:groupie-viewbinding:2.10.0")

implementation("androidx.appcompat:appcompat:1.5.1")
implementation("androidx.core:core-ktx:1.9.0")
Expand Down
1 change: 1 addition & 0 deletions tutorials/tutorial-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "com.github.lisawray.groupie:groupie:2.10.0"
implementation("com.github.lisawray.groupie:groupie-viewbinding:2.10.0")

implementation(project(":simple-stack"))
implementation 'com.github.Zhuinden.simple-stack-extensions:core-ktx:2.2.4'
Expand Down

0 comments on commit bc4713d

Please sign in to comment.