Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Repository files navigation

data-binding-sample

see more Data Binding Guide.

Samples

multi dex

multi-dex-keep.txt

-keep public class * extends android.databinding.ViewDataBinding {
*;
}

build.gradle

android {
defaultConfig {
multiDexEnabled = true
multiDexKeepProguard file('multi-dex-keep.txt')
}

Proguard

-dontwarn android.databinding.**

About

No description, website, or topics provided.

Resources

Stars

71 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages