client-sdk-android
client-sdk-android copied to clipboard
Failed to transform '/Users/admin/.gradle/caches/modules-2/files-2.1/io.github.webrtc-sdk/android-prefixed/125.6422.05/df29fc7d002a11d35571bc723f0550b9abcf7697/android-prefixed-125.6422.05.aar' using Jetifier. Reason: IllegalArgumentException, message: Unsupported class file major version 61. (Run with --stacktrace for more details.)
when i build the project,build failed with this log *envirment: androidstudio version : 2024.1.2 android_gradle_plugin version:4.1.0 gradle version :gradle-6.7.1
compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }
thanks