#muzzamil

1 messages · Page 1 of 1 (latest)

tough minnowBOT
teal totem
#

Hi there, the error message suggests you to upgrade your app's compileSdkVersion to 33. Can you upgrade it and try again?

quartz jungle
#

but the minimum stripe compileSdkVersion requirement is 31 which already there in my project

teal totem
#
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.

quartz jungle
#

is there any other way

#

?

teal totem
#

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.

quartz jungle
#

okay i'll try

teal totem
#

Note that there are many androidx.* requires compileSdkVersion 33, so my recommendation is to update your project to 33.

quartz jungle
#

okay is there any guide for updating compileSdkVersion

teal totem
#

You should find it in one of the build.gradle file in app/android folder of your react native project

quartz jungle
#

okay thank you

quartz jungle
#

@teal totem its working now thank you 🙂