Skip to content

Commit bc4713d

Browse files
committed
Add groupie-viewbinding to samples as dependency because why not
1 parent ced60a8 commit bc4713d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

samples/advanced-samples/extensions-compose-example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dependencies {
5454
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
5555
implementation "androidx.recyclerview:recyclerview:1.2.1"
5656
implementation "com.github.lisawray.groupie:groupie:2.10.0"
57+
implementation("com.github.lisawray.groupie:groupie-viewbinding:2.10.0")
5758

5859
implementation("androidx.appcompat:appcompat:1.5.1")
5960
implementation("androidx.core:core-ktx:1.9.0")

samples/advanced-samples/extensions-example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies {
4040
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4141
implementation "androidx.recyclerview:recyclerview:1.2.1"
4242
implementation "com.github.lisawray.groupie:groupie:2.10.0"
43+
implementation("com.github.lisawray.groupie:groupie-viewbinding:2.10.0")
4344

4445
implementation("androidx.appcompat:appcompat:1.5.1")
4546
implementation("androidx.core:core-ktx:1.9.0")

tutorials/tutorial-sample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3434
implementation "androidx.recyclerview:recyclerview:1.2.1"
3535
implementation "com.github.lisawray.groupie:groupie:2.10.0"
36+
implementation("com.github.lisawray.groupie:groupie-viewbinding:2.10.0")
3637

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

0 commit comments

Comments
 (0)