-
-
Notifications
You must be signed in to change notification settings - Fork 321
Update Parse to use public maven #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Parse to use public maven #57
Conversation
ParseLoginUI/build.gradle
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't need this anymore since we have a hard dependency on it already.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops turns out we use provided for parse-android
@stanleyw: Know why we're doing this? ParseLoginUI is pretty useless without parse-android
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Parse SDK was not in Maven before. We had to do this because people usually already have a Parse SDK JAR (of possibly different version) in their top-level project. If another Parse SDK JAR was also in ParseUI-Android folder, they would get confused when they copy the library folder into their app and get the "multiple dex files" error.
Anyways, the previous use case is no longer applicable now that we have Parse SDK in Maven :) So please ignore the previous setup.
|
Some nits, LGTM |
|
🙌 |
|
LGTM |
|
squash, merge, and rebase your other PR? |
22326a0 to
e84e398
Compare
…_use_maven_public Update Parse to use public maven
No description provided.