You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building app in Android Studio, following notice is printed in the Build tab:
> Task :capacitor-community-apple-sign-in:compileDebugJavaWithJavac
Note: XXX\node_modules\@capacitor-community\apple-sign-in\android\src\main\java\com\getcapacitor\community\applesignin\SignInWithApple.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :capacitor-community-apple-sign-in:bundleLibCompileToJarDebug
To Reproduce
Steps to reproduce the behavior:
Integrate plugin
Open Android Studio
Build
See notice
Expected behavior
Even that Android functionality is not implemented and it's only a placeholder, it's still using deprecated methods
Screenshots
Not provided
Desktop (please complete the following information):
Not applicable
Smartphone (please complete the following information):
Not applicable
Additional context
I'd say that the src/main/java/com/getcapacitor/community/applesignin/SignInWithApple.java file was omitted from upgrades when rest of plugin code base was upgraded to Capacitor 4 and Capacitor 5
The text was updated successfully, but these errors were encountered:
Describe the bug
When building app in Android Studio, following notice is printed in the Build tab:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Even that Android functionality is not implemented and it's only a placeholder, it's still using deprecated methods
Screenshots
Not provided
Desktop (please complete the following information):
Not applicable
Smartphone (please complete the following information):
Not applicable
Additional context
I'd say that the
src/main/java/com/getcapacitor/community/applesignin/SignInWithApple.java
file was omitted from upgrades when rest of plugin code base was upgraded to Capacitor 4 and Capacitor 5The text was updated successfully, but these errors were encountered: