Skip to content

Commit 95b972a

Browse files
committed
Bump sample's minSdk to 15
1 parent 3ea5a94 commit 95b972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323

2424
defaultConfig {
2525
applicationId "me.drakeet.multitype.sample"
26-
minSdkVersion buildConfig.minSdkVersion
26+
minSdkVersion 15
2727
targetSdkVersion buildConfig.targetSdkVersion
2828
versionCode buildConfig.versionCode
2929
versionName buildConfig.versionName

0 commit comments

Comments
 (0)