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

Deprecation warnings #12

Open
piotr-cz opened this issue Nov 22, 2023 · 0 comments
Open

Deprecation warnings #12

piotr-cz opened this issue Nov 22, 2023 · 0 comments

Comments

@piotr-cz
Copy link

During build, following warnings come up in Android Studio Build tab:

> Task :capacitor-android-shortcuts:compileDebugJavaWithJavac
xxx\node_modules\capacitor-android-shortcuts\android\src\main\java\nepheus\capacitor\androidshortcuts\AndroidShortcutsPlugin.java:58: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public void addDynamic(PluginCall call) {
                ^
xxx\node_modules\capacitor-android-shortcuts\android\src\main\java\nepheus\capacitor\androidshortcuts\AndroidShortcutsPlugin.java:98: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public void addPinned(PluginCall call) {
                ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant