-
Notifications
You must be signed in to change notification settings - Fork 29
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
Using with gradle - remove support-v4 from default? #43
Comments
The easy way would just be to use We could try to be smarter and detect if motion-gradle is in the project and if the gradle dependencies include support-v4, would be something like:
|
That sounds good! Thanks for your fast answer. Do I need to create a pull request with this or will probably be include in a next release? :D |
happy to merge a PR if you get something working |
The first part works "unless app.respond_to?(:gradle)", but the second didnt, because on that moment my code that adds the gradle dependencies wasnt executed yet, is that right? I can create a Pull request only with the respond_to, but Im sure if that is correct. |
yeah... was afraid of this, we need to figure out a solution to this :) I don't have time to dig this for now, maybe using |
Got it. Im going to create a pull request with that. Thanks! |
Is there a way to remove android-support-v* from default config?
My project needs motion-gradle support and I want to keep everything there, using gradle.
These are the lines that I needed to remove from default android project file:
I tried to find a way to just clean the vendor_projects array but it seems not possible with motion.
The text was updated successfully, but these errors were encountered: