-
-
Notifications
You must be signed in to change notification settings - Fork 735
Closed
Labels
state:releasedReleased as stable versionReleased as stable versiontype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server and the Parse Android SDK.
Issue Description
It seems that versions and builds for all packages are 1.
Parse-SDK-Android/parse/build.gradle
Lines 11 to 12 in dd9a9e6
| versionCode 1 | |
| versionName "1.0" |
Parse-SDK-Android/facebook/build.gradle
Lines 11 to 12 in dd9a9e6
| versionCode 1 | |
| versionName "1.0" |
#1068
Steps to reproduce
n/a
Solution
This should probably be set according to the release version / build.
Alternative
Keep it as it is, the version to download is defined in jitpack anyway, but parse server will not store the correct parse version.
Related issue: #1068
TODO
- Bump version in release automation
Metadata
Metadata
Assignees
Labels
state:releasedReleased as stable versionReleased as stable versiontype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed