Update benchmarks module minSdk to 28

Call requires API level 24:
- `CompilationMode` sealed class

Calls requires API level 28:
- `BaselineProfileRule()`
- `baselineProfileRule.collectBaselineProfile(PACKAGE_NAME)`
pull/739/head
Simon Marquis 2 years ago committed by GitHub
parent d209105955
commit a605ab1727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ android {
namespace = "com.google.samples.apps.nowinandroid.benchmarks" namespace = "com.google.samples.apps.nowinandroid.benchmarks"
defaultConfig { defaultConfig {
minSdk = 23 minSdk = 28
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "APP_BUILD_TYPE_SUFFIX", "\"\"") buildConfigField("String", "APP_BUILD_TYPE_SUFFIX", "\"\"")

Loading…
Cancel
Save