achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
177 stars 15 forks source link

fix: Android build warnings #5

Closed achorein closed 7 months ago

achorein commented 7 months ago

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