Skip to content

Commit 2737f5f

Browse files
committed
Bump minSdkVersion to v21
1 parent 2927b4f commit 2737f5f

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

app/build.gradle

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

99
defaultConfig {
1010
applicationId "org.wordpress.aztec"
11-
minSdkVersion 16
11+
minSdkVersion commonMinSdkVersion
1212
targetSdkVersion commonTargetSdkVersion
1313
versionCode 1
1414
versionName "1.0"

aztec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdkVersion 28
99

1010
defaultConfig {
11-
minSdkVersion 16
11+
minSdkVersion commonMinSdkVersion
1212
targetSdkVersion commonTargetSdkVersion
1313
versionName "1.0"
1414
vectorDrawables.useSupportLibrary = true

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ ext {
5656
wordpressUtilsVersion = 'trunk-1ed207c03d2242b6fc3d74f9e388e9163cbc82a6'
5757
espressoVersion = '3.0.1'
5858
commonTargetSdkVersion = 30
59+
commonMinSdkVersion = 21
5960

6061
aztecProjectDependency = project.hasProperty("aztecVersion") ? "org.wordpress:aztec:${project.getProperty("aztecVersion")}" : project(":aztec")
6162
}

glide-loader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdkVersion 28
99

1010
defaultConfig {
11-
minSdkVersion 16
11+
minSdkVersion commonMinSdkVersion
1212
targetSdkVersion commonTargetSdkVersion
1313
versionCode 1
1414
versionName "1.0"

picasso-loader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdkVersion 28
99

1010
defaultConfig {
11-
minSdkVersion 16
11+
minSdkVersion commonMinSdkVersion
1212
targetSdkVersion commonTargetSdkVersion
1313
versionCode 1
1414
versionName "1.0"

wordpress-comments/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdkVersion 28
99

1010
defaultConfig {
11-
minSdkVersion 16
11+
minSdkVersion commonMinSdkVersion
1212
targetSdkVersion commonTargetSdkVersion
1313
versionName "1.0"
1414
vectorDrawables.useSupportLibrary = true

wordpress-shortcodes/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdkVersion 28
99

1010
defaultConfig {
11-
minSdkVersion 16
11+
minSdkVersion commonMinSdkVersion
1212
targetSdkVersion commonTargetSdkVersion
1313
versionName "1.0"
1414
}

0 commit comments

Comments
 (0)