SweetzpotAS / StravaZpot-Android

A fluent API to integrate with Strava on Android apps
70 stars 36 forks source link

Number of activities in Strava exceed Integer MAX_VALUE #35

Open Simondroid opened 5 years ago

Simondroid commented 5 years ago

Hello,

The parameter "ID" in the class "Activity" is an Integer. But it seems that the number of activity in Strava exceed Integer max value... It should be changed to long.