Hi,
That is quite odd because that version of the RevenueCat SDK has a billing library newer than the required minimum.
If you can cd into your android directory (I’m not 100% sure how React Native projects are structured, but you should have some kind of android-specific directory somewhere) and run:
./gradlew dependencies
That will output a giant list of all your dependencies. If you can share that in a GitHub gist, we can look through it and see if something else is possibly pulling in an older billing client.
I am using expo managed flow so i don’t have access to android build results but I have found
this post and checked my build log again and I found that for some reason, `react-native-purchases` was missing when I submitted to eas-build.
So i guess it was my mistake. thank you for your time ;)