react-native-heap icon indicating copy to clipboard operation
react-native-heap copied to clipboard

Heap's minSDKVersion of 16 isn't supported after upgrading to React Native 64

Open RustyDev opened this issue 3 years ago • 1 comments

uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-native:0.64.0] 

RustyDev avatar Apr 23 '21 21:04 RustyDev

@RustyDev Thank you for your patience.

If you set android.defaultConfig.minSdkVersion to 21 in your app/build.gradle file, does that resolve the issue?

apyousef avatar May 25 '21 22:05 apyousef