Closed thuongtv-vn closed 1 year ago
Hi @thuongtv-vn thank you for your report. From error, I can see that problem is with your kotlin and gradle version support. Please try latest SDK and also check for gradle version we are using: https://github.com/exponea/exponea-react-native-sdk/blob/master/example/android/gradle/wrapper/gradle-wrapper.properties
I can tell, that you need Java 11 and use gradle 7.1+ for kotlin 1.7.20 to be able to build Android apk: https://kotlinlang.org/docs/whatsnew1720.html#gradle
This error is not related to your RN version.
Hi All,
I am facing the build error while integrate this library into my application which is using react-native version: 0.63.5.
The error is below:
It looks like to does support this react-native version. Do you guys know what minimum react-native version is required?
Thanks