FelixGail / gplaymusic

A Google Play Music API in Java
MIT License
54 stars 15 forks source link

Update Gson to latest version #46

Closed FelixGail closed 6 years ago

FelixGail commented 6 years ago

If the project or another dependency uses a newer version of Gson, this api will crash.

Temporary workaround: Adding the currently used version to your pom.xml, forcing all dependencies to use this version

<dependency>
  <groupId>com.google.code.gson</groupId>
  <artifactId>gson</artifactId>
  <version>2.7</version>
</dependency>

(#40, #44)

FelixGail commented 6 years ago

Closed in 0.3.6