vimeo / vimeo-networking-java

The Vimeo Java (Android) SDK
MIT License
121 stars 49 forks source link

Failed to transform com.squareup.moshi/moshi/1.13.0/da685586facab9eb5c4fb630ce248be14e7da21b/moshi-1.13.0.jar' using Jetifier #579

Open fahadtahir1 opened 2 years ago

fahadtahir1 commented 2 years ago

Summary

A brief but thorough description of the issue.

Reproduction Steps

Detailed steps to reproduce the issue.

Expected Behavior

What do you expect to happen as a result of the reproduction steps?

Actual Behavior

What currently happens as a result of the reproduction steps?

fahadtahir1 commented 2 years ago

Caused by: java.lang.RuntimeException: Failed to transform '/Users/fahdtahir/Work/Android/vimeo-networking-java/gradle/caches/modules-2/files-2.1/com.squareup.moshi/moshi/1.13.0/da685586facab9eb5c4fb630ce248be14e7da21b/moshi-1.13.0.jar' using Jetifier. Reason: IllegalArgumentException, message: Unsupported class file major version 60. (Run with --stacktrace for more details.)

I added dependencies in build.gradle(app) with version 3.12.0 and maven{url "https://jitpack.io"} in build.gradle(project) and click the sync button and it successfully sync. When I click the run app button then I got this error.