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
I have a problem when compiling the application on Android (I have not tried on iOS), but it gives me a gradle error, a deprecated function in gradle 8.0.
> org.gradle.api.GradleException: Adding a Configuration as a dependency is no longer allowed as of Gradle 8.0.
I tried downgrading gradle but it also gives other errors (for example gradle 7.5).
Failed to resolve: :smartscannerlib-debug
Failed to resolve: :smartscanner-mrz-parser
Version: Ionic 7.1.1
Platform: Android - Visual Studio Code on Mac OS 14.6.1
Capacitor version: 6.0.0
The text was updated successfully, but these errors were encountered:
Hi, I hope you are doing well.
I have a problem when compiling the application on Android (I have not tried on iOS), but it gives me a gradle error, a deprecated function in gradle 8.0.
> org.gradle.api.GradleException: Adding a Configuration as a dependency is no longer allowed as of Gradle 8.0.
I tried downgrading gradle but it also gives other errors (for example gradle 7.5).
The text was updated successfully, but these errors were encountered: