mixpanel / mixpanel-react-native

Official React Native Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
105 stars 44 forks source link

Update the buildToolsVersion #259

Closed Qdafengzi closed 3 days ago

Qdafengzi commented 2 months ago
The specified Android SDK Build Tools version (30.0.3) is ignored, as it is below the minimum supported version (34.0.0) for Android Gradle Plugin 8.4.1.
Android SDK Build Tools 34.0.0 will be used.
To suppress this warning, remove "buildToolsVersion '30.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.

Can modify like this ?

compileSdkVersion getExtOrIntegerDefault('compileSdkVersion') buildToolsVersion getExtOrDefault('buildToolsVersion')

karuzo17 commented 2 weeks ago

I am having the same issue. Any recommendations?

zihejia commented 3 days ago

Thanks @Qdafengzi and @karuzo17 for bringing it up. It's fixed in 3.0.6.