Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Fixed version translation table
Browse files Browse the repository at this point in the history
Now has m2repository / Google SDK versions in it too
  • Loading branch information
Redth committed Aug 30, 2016
1 parent 2c6a1e1 commit 6f79c98
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,23 @@ Before the `.sln` files will compile in Visual Studio or Xamarin Studio, the ext

### Versioning

Historically, Component and later NuGet package versions were based on the revision number of the Google Play Services SDK from the SDK Manager. Because of this, the versions of the components and NuGet packages do not match the version strings of Google Play Services releases from Google. Here is a table which shows a translation of versions mapped to Google's version strings:


| NuGet / Component Version | Google Play Services Version |
|---------------------------|------------------------------|
| 32.4.x | 9.4.x |
| 29.x | 9.2.x |
| 28.x | 9.0.2 |
| 27.x | 9.0.1 |
| 26.x | 9.0.0 |
| 25.x | 8.4.x |
Historically, Component and later NuGet package versions were based on the revision number of the Google Play Services SDK from the SDK Manager, and later based on the Google Play Services Maven Repository (m2repository) version from the SDK Manager. Because of this, the versions of the components and NuGet packages do not match the version strings of Google Play Services releases from Google. Here is a table which shows a translation of versions mapped to Google's version strings:


| NuGet / Component Version | Google m2repository Version | Google Play Services Version |
|---------------------------|------------------------------|------------------------------|
| 25.0 | 19 (GPS SDK 25) | 7.5.0 |
| 26.0 | 21 (GPS SDK 26) | 7.8.0 |
| 27.0 | 22 (GPS SDK 27) | 8.1.0 |
| 29.0 | 24 (GPS SDK 29) | 8.4.0 |
| | 25 | 8.4.0 (no binary changes) |
| | 26 | 9.0.0 |
| 30.0.1.alpha4 | 27 (GPS SDK 30) | 9.0.1 |
| 30.0.2-alpha1 | 28 | 9.0.2 |
| | 29 | 9.2.0 |
| | 30 | (never published) |
| | 31 | 9.2.1 |
| 32.4.0-beta2 | 32 | 9.4.0 |


## License
Expand Down

0 comments on commit 6f79c98

Please sign in to comment.