Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): make sdk versions configurable (#2152)
`compileSdkVersion`, `minSdkVersion`, `targetSdkVersion` can be configured in `gradle.properties`: ``` react.compileSdkVersion=34 react.minSdkVersion=23 react.targetSdkVersion=33 ```
- Loading branch information