Skip to content

Commit 9071aeb

Browse files
committed
enable data binding
1 parent a99137f commit 9071aeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

simple-editor/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ android {
5959
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
6060
}
6161
}
62+
dataBinding {
63+
enabled = true
64+
}
65+
6266
//
6367
//
6468
// externalNativeBuild {

0 commit comments

Comments
 (0)