Closed mrehan27 closed 1 year ago
Pull request title looks good 👍!
If this pull request gets merged, it will cause a new release of the software. Example: If this project's latest release version is 1.0.0
. If this pull request gets merged in, the next release of this project will be 1.0.1
. This pull request is not a breaking change.
All merged pull requests will eventually get deployed. But some types of pull requests will trigger a deployment (such as features and bug fixes) while some pull requests will wait to get deployed until a later time.
I created a new sample app with React Native version
0.71.3
. But the app could not compile because of lower Kotlin version set in gradle than expected. I updated our React Native SDK to match the values with our Android SDK. However, if we found any customer facing issues with this change, we can suggest them to override kotlin version by adding the following to theirandroid/gradle.properties
Changes
kotlinVersion
in gradle props to match with Android SDKminSdkVersion
to match with Android SDKversionCode
andversionName
as they aren't needed for SDK modules