Closed milesj closed 3 years ago
@morenoh149 Fixes https://github.com/morenoh149/react-native-contacts/issues/600
Minimum required versions have changed in 0.64: https://reactnative.dev/blog/2021/03/12/version-0.64#major-dependency-version-changes Because of this, I bumped the minSdkVersion in all the gradle files. Also made changes based on this diff: https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.64.0
minSdkVersion
I tested both android/ios in the example app and they both worked.
Since these changes are kind of breaking, I feel like the next version bump should be major.
@morenoh149 Fixes https://github.com/morenoh149/react-native-contacts/issues/600
Minimum required versions have changed in 0.64: https://reactnative.dev/blog/2021/03/12/version-0.64#major-dependency-version-changes Because of this, I bumped the
minSdkVersion
in all the gradle files. Also made changes based on this diff: https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.64.0I tested both android/ios in the example app and they both worked.
Since these changes are kind of breaking, I feel like the next version bump should be major.