Skip to content

Commit 5e6406b

Browse files
committed
Downgrade minSdkVersion to 16
1 parent 811e81a commit 5e6406b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle-menu-simple-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "26.0.1"
66
defaultConfig {
77
applicationId "com.ramotion.circlemenu.example.simple"
8-
minSdkVersion 19
8+
minSdkVersion 16
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"

circle-menu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "26.0.1"
66

77
defaultConfig {
8-
minSdkVersion 19
8+
minSdkVersion 16
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"

0 commit comments

Comments
 (0)