File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments