Merge branch 'develop'

This commit is contained in:
Emmanuel Engelhart 2021-09-12 14:18:00 +02:00
commit 4b1afed914
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -63,7 +63,13 @@ android {
}
}
}
bundle {
language {
// This is disabled so that the App Bundle does NOT split the APK for each language.
// We're gonna use the same APK for all languages.
enableSplit = false
}
}
sourceSets {
getByName("androidTest") {
java.srcDirs("$rootDir/core/src/sharedTestFunctions/java")