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 @@ -9,7 +9,7 @@ android {
99 defaultConfig {
1010 applicationId " org.wordpress.aztec"
1111 minSdkVersion 16
12- targetSdkVersion 28
12+ targetSdkVersion commonTargetSdkVersion
1313 versionCode 1
1414 versionName " 1.0"
1515 vectorDrawables. useSupportLibrary = true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 minSdkVersion 16
11- targetSdkVersion 28
11+ targetSdkVersion commonTargetSdkVersion
1212 versionName " 1.0"
1313 vectorDrawables. useSupportLibrary = true
1414 }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ buildscript {
1111 jSoupVersion = ' 1.11.3'
1212 wordpressUtilsVersion = ' 1.21'
1313 espressoVersion = ' 3.0.1'
14+ commonTargetSdkVersion = 29
1415 }
1516}
1617
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 minSdkVersion 16
11- targetSdkVersion 28
11+ targetSdkVersion commonTargetSdkVersion
1212 versionCode 1
1313 versionName " 1.0"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 minSdkVersion 16
11- targetSdkVersion 28
11+ targetSdkVersion commonTargetSdkVersion
1212 versionCode 1
1313 versionName " 1.0"
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 minSdkVersion 16
11- targetSdkVersion 28
11+ targetSdkVersion commonTargetSdkVersion
1212 versionName " 1.0"
1313 vectorDrawables. useSupportLibrary = true
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 minSdkVersion 16
11- targetSdkVersion 28
11+ targetSdkVersion commonTargetSdkVersion
1212 versionName " 1.0"
1313 }
1414
You can’t perform that action at this time.
0 commit comments