uxcam / cordova-uxcam

Cordova plugin for UXCam
7 stars 4 forks source link

Jcenter issue cordova build error #35

Open sandy1198 opened 7 months ago

sandy1198 commented 7 months ago

Hi team ,

we couldn't take Cordova build, facing jcenter lib issue I have shared the error info please do needful thanks

Task :app:javaPreCompileDebug Task :app:checkDebugAarMetadata FAILED

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

DFDIEGOH commented 6 months ago

Hi @sandy1198, apologies for the delay in here - Are you still having issues building your application with UXCam integrated?

Can you try the following as well to check if this gets solved:

  1. Go to Platforms > Android > App > build.gradle and add the following dependency:
  2. implementation("com.squareup.okhttp3:okhttp:4.9.3")