Skip to content
New issue

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

fix: Android build warnings #5

Merged
merged 1 commit into from
Feb 24, 2024
Merged

fix: Android build warnings #5

merged 1 commit into from
Feb 24, 2024

Conversation

achorein
Copy link
Owner

Summary

> Task :app:processDebugMainManifest
/project/expo-share-intent/expo-share-intent-plugin/example/basic/android/app/src/debug/AndroidManifest.xml:6:5-162 Warning:
        application@android:usesCleartextTraffic was tagged at AndroidManifest.xml:6 to replace other declarations but no other declaration present
/project/expo-share-intent/expo-share-intent-plugin/example/basic/android/app/src/debug/AndroidManifest.xml Warning:
        provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:0 to replace other declarations but no other declaration present

> Task :expo-share-intent:compileDebugKotlin
w: file:///project/expo-share-intent/expo-share-intent-plugin/android/src/main/java/expo/modules/shareintent/ExpoShareIntentModule.kt:77:43 'getParcelableExtra(String!): T?' is deprecated. Deprecated in Java
w: file:///project/expo-share-intent/expo-share-intent-plugin/android/src/main/java/expo/modules/shareintent/ExpoShareIntentModule.kt:81:55 'getParcelableArrayListExtra(String!): ArrayList<T!>?' is deprecated. Deprecated in Java

> Task :expo:compileDebugKotlin
w: file:///project/expo-share-intent/expo-share-intent-plugin/example/basic/node_modules/expo/android/src/main/java/expo/modules/ReactActivityDelegateWrapper.kt:139:50 No cast needed

Todo

  • Fix kotlin deprecations
  • Apply kotlin tips (close query)
  • Cleanup kotlin code

@achorein achorein merged commit f1aea52 into main Feb 24, 2024
3 checks passed
@achorein achorein deleted the fix/android-warnings branch February 24, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant