Fix IntroActivity crash
This commit is contained in:
parent
be9a9f63a9
commit
43efb5450f
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ android {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
// Required for IntroActivity
|
||||||
|
dataBinding {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue