Enable testFixtures - but not supported by AGP yet, so put files in module matrixtest

This commit is contained in:
Benoit Marty
2023-02-06 16:27:19 +01:00
committed by Benoit Marty
parent e41e6b9205
commit 32dd9adda7
9 changed files with 157 additions and 4 deletions

View File

@@ -47,3 +47,6 @@ signing.element.nightly.keyPassword=Secret
# Customise the Lint version to use a more recent version than the one bundled with AGP
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
android.experimental.lint.version=8.0.0-alpha10
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true