Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit ad7707a

Browse files
authored
Merge pull request #952 from jhwsx/patch-2
use buildFeatures
2 parents 4c606cc + 2710477 commit ad7707a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ViewBindingSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3535
}
3636
}
37-
viewBinding {
38-
enabled = true
37+
buildFeatures {
38+
viewBinding true
3939
}
4040
}
4141

0 commit comments

Comments
 (0)