Merge pull request #1683 from tuskyapp/fix_edit_list_crash

[Tusky10] put androidExtensions experimental=true back in to fix crash
This commit is contained in:
Konrad Pozniak 2020-02-13 19:42:37 +01:00 committed by GitHub
commit 06b32fccbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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