File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ ext {
3838 project. hasProperty(' abis' ) && (props[' abis' ] = abis. split(' ,' ). toList())
3939 project. hasProperty(' logLevel' ) && (props[' logLevel' ] = logLevel. toInteger())
4040 props[' hasSign' ] = props[' storeFile' ]?. trim() && props[' storePassword' ]?. trim() && props[' keyAlias' ]?. trim() && props[' keyPassword' ]?. trim()
41- ! project. hasProperty(' targetSdk' ) && (targetSdk = (props[' targetSdk' ]?: 29 ))
41+ ! project. hasProperty(' targetSdk' ) && (targetSdk = (props[' targetSdk' ]?: 23 ))
4242 targetSdk = targetSdk. toInteger()
4343 assert (targetSdk >= 21 && targetSdk <= 30 )
44- props[' buildApi' ] = props[' buildApi' ]?: 23
44+ props[' buildApi' ] = props[' buildApi' ]?: 30
4545 props[' buildApi' ] = props[' buildApi' ]. toInteger()
4646 props[' logLevel' ] = props[' logLevel' ]?: 2
4747 props[' logLevel' ] = props[' logLevel' ]. toInteger()
You can’t perform that action at this time.
0 commit comments