#muzzamil
1 messages · Page 1 of 1 (latest)
Hi there, the error message suggests you to upgrade your app's compileSdkVersion to 33. Can you upgrade it and try again?
but the minimum stripe compileSdkVersion requirement is 31 which already there in my project
Dependency 'androidx.compose.material:material-ripple:1.3.1' requires libraries and applications that
depend on it to compile against version 33 or later of the
Android APIs.
It's required by other dependencies.
You can try to use a lower version androidx.compose.material:material-ripple , but I don't know which version still support 31, you might need to find it out yourself.
okay i'll try
Note that there are many androidx.* requires compileSdkVersion 33, so my recommendation is to update your project to 33.
okay is there any guide for updating compileSdkVersion
You should find it in one of the build.gradle file in app/android folder of your react native project
okay thank you
@teal totem its working now thank you 🙂