I want to see which library uses play-services.
I command gradlew app:dependencies
in my Android Studio terminal. It throws this:
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Projects\project\android\app\build.gradle' line: 18
* What went wrong:
A problem occurred evaluating project ':app'.
> java.lang.UnsupportedClassVersionError: com/android/build/gradle/AppPlugin : Unsupported major.minor version 52.0
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
The 18th line of my app gradle is: apply plugin: 'com.android.application'
Any ideas?