Closed tido64 closed 3 months ago
compileSdkVersion, minSdkVersion, targetSdkVersion can be configured in gradle.properties:
compileSdkVersion
minSdkVersion
targetSdkVersion
gradle.properties
react.compileSdkVersion=34 react.minSdkVersion=23 react.targetSdkVersion=33
react.minSdkVersion=24
react.minSdkVersion=99
Description
compileSdkVersion
,minSdkVersion
,targetSdkVersion
can be configured ingradle.properties
:Platforms affected
Test plan
gradle.properties
, try addingreact.minSdkVersion=24
and build the Android app (this should succeed)gradle.properties
, try addingreact.minSdkVersion=99
and build the Android app (this should fail)