Skip to content

Commit 5a1ac00

Browse files
committed
fixing demo application
1 parent 9271adc commit 5a1ac00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
}
2828
}
2929

30-
viewBinding {
31-
enabled = true
30+
buildFeatures {
31+
viewBinding = true
3232
}
3333
}
3434

0 commit comments

Comments
 (0)