mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Fixing benchmark tests after the refactoring.
This commit is contained in:
@@ -8,6 +8,11 @@ android {
|
||||
namespace 'com.vitorpamplona.amethyst.benchmark'
|
||||
compileSdk 34
|
||||
|
||||
defaultConfig {
|
||||
// Enable measuring on an emulator, or devices with low battery
|
||||
testInstrumentationRunnerArguments["androidx.benchmark.suppressErrors"] = "EMULATOR,LOW-BATTERY"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
|
||||
Reference in New Issue
Block a user