question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

compile() deprecated since gradle 8.0 in /src/android/build/localnotification.gradle

See original GitHub issue

WARNING: IF YOU IGNORE THIS TEMPLATE, WE’LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!

compile() deprecated since gradle 8.0 in /src/android/build/localnotification.gradle

You fixed this same error in another of your repositories https://github.com/katzer/cordova-plugin-badge/commit/8e870f7f358d9435180f92dba4d2fc3b7f52bb4f

I have requested a pull request for this https://github.com/katzer/cordova-plugin-local-notifications/pull/1978

Your Environment

  • Plugin version: master
  • Platform: all
  • OS version: -
  • Device manufacturer / model: -
  • Cordova version (cordova -v): -
  • Cordova platform version (cordova platform ls): -
  • Plugin config
  • Ionic Version (if using Ionic)

Expected Behavior

no error

Actual Behavior

Captura de Pantalla 2022-08-02 a las 11 16 02

Steps to Reproduce

run with capacitor

Reproduce this issue; include code to reproduce, if relevant

Context

What were you trying to do?

Debug logs

Include iOS / Android logs

  • ios XCode logs
  • Android: $ adb logcat

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:5
  • Comments:13

github_iconTop GitHub Comments

2reactions
jeantekecommented, Sep 22, 2022

You can already solve, with this other:

ionic cordova plugin add cordova-plugin-local-notification-12

2reactions
rgarciadelongoriacommented, Sep 20, 2022

It lets build the app, but when launching local notifications the app closes

As soon as I have some time I will do a test. However, I encourage you to comment on more details, such as if it happens on Android or iOS, include an image and share the error it gives. Surely they say something about the error on stackoverflow.

Cheers

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading your build from Gradle 7.x to the latest
Starting with Gradle 7.6, non-strict accessors generation for Kotlin DSL precompiled script plugins has been deprecated. This will change in Gradle 8.0. Strict ......
Read more >
Deprecated Gradle features were used in this build, making it ...
Run the Gradle build with a command line argument --warning-mode=all to see what exactly the deprecated features are.
Read more >
Gradle implementation vs. compile dependencies - Tom Gregory
The compile dependency configuration has been removed in the recently released Gradle 7.0, and is deprecated in earlier versions.
Read more >
Gradle: The CompileOptions ...
The CompileOptions.annotationProcessorGeneratedSourcesDirectory property has been deprecated. This is scheduled to be removed in Gradle 8.0.
Read more >
Add build dependencies - Android Developers
Gradle adds the dependency to the compile classpath and build output, and exports the dependency to other modules. This configuration is deprecated (it's ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found