yeriomin / play-store-api

Google Play Store protobuf API wrapper in java
GNU General Public License v3.0
322 stars 130 forks source link

Remove sdk_version from default login parameters #40

Open delthas opened 4 years ago

delthas commented 4 years ago

As of 2019-08-29 login requests that contain this field fail with Error=UNKNOWN_ERR.

This commit removes the field and updates the tests accordingly.

See https://github.com/NoMore201/googleplay-api/issues/93

delthas commented 4 years ago

The CI build fails during setup phase, unrelated to the changes in this PR. If you'd like to fix the CI build before merging this PR, merge #41 first and rebase this PR on top of it.

SeBsZ commented 4 years ago

Please merge this and create a release, when you have time @yeriomin