put androidExtensions experimental=true back in to fix crash

This commit is contained in:
Conny Duck 2020-02-12 21:53:16 +01:00
parent 4b6744a5b5
commit e1a6570cf6
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
androidExtensions {
experimental = true
}
testOptions {
unitTests {
returnDefaultValues = true