MaxToyberman / react-native-ssl-pinning

React Native ssl pinning and cookies handling based on okhttp3 on (Android). and AFNetworking on (iOS)
MIT License
336 stars 101 forks source link

Not compatible with expo sdk 49 #202

Open maniteja-emmadi opened 9 months ago

maniteja-emmadi commented 9 months ago

We recently upgraded expo sdk of our app from 48 to 49, when I tried generating the builds I got the following error

image

When I inspected the compileSdkVersion and the targetSdkVersion are set to 28

image

Which makes it incompatible with Gradle version 9.0. I'm requesting the maintainer of this package to fix this as per the expo sdk version 49 so that this can support the development for people who are using the latest versions to develop their apps.