We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there errors show up when compiling android builds via cd android && ./gradlew assembleDebug
cd android && ./gradlew assembleDebug
[15:12:02]: ▸ w: /node_modules/@amplitude/analytics-react-native/android/src/main/java/com/amplitude/reactnative/AndroidContextProvider.kt:118:30 'toUpperCase(Locale): String' is deprecated. Use uppercase() instead. [15:12:02]: ▸ w: /node_modules/@amplitude/analytics-react-native/android/src/main/java/com/amplitude/reactnative/AndroidContextProvider.kt:138:32 'locale: Locale!' is deprecated. Deprecated in Java [15:12:02]: ▸ w: /node_modules/@amplitude/analytics-react-native/android/src/main/java/com/amplitude/reactnative/AndroidContextProvider.kt:212:13 Condition 'limitAdTrackingEnabled != null' is always 'true' [15:12:02]: ▸ w: /node_modules/@amplitude/analytics-react-native/android/src/main/java/com/amplitude/reactnative/AndroidContextProvider.kt:240:16 Condition 'status != null' is always 'true' [15:12:02]: ▸ w: /node_modules/@amplitude/analytics-react-native/android/src/main/java/com/amplitude/reactnative/AndroidLogger.kt:6:22 Parameter 'i' is never used
The text was updated successfully, but these errors were encountered:
No branches or pull requests
there errors show up when compiling android builds via
cd android && ./gradlew assembleDebug
The text was updated successfully, but these errors were encountered: