Skip to content

Commit 0158bff

Browse files
authored
Merge pull request #739 from SimonMarquis/patch-6
Update benchmarks module minSdk to 28
2 parents 5b57078 + a605ab1 commit 0158bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
namespace = "com.google.samples.apps.nowinandroid.benchmarks"
2626

2727
defaultConfig {
28-
minSdk = 23
28+
minSdk = 28
2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030

3131
buildConfigField("String", "APP_BUILD_TYPE_SUFFIX", "\"\"")

0 commit comments

Comments
 (0)