Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Add new revision of the support library to the VPI project #75

Closed
rfgamaral opened this issue Mar 24, 2012 · 8 comments
Closed

Add new revision of the support library to the VPI project #75

rfgamaral opened this issue Mar 24, 2012 · 8 comments

Comments

@rfgamaral
Copy link
Contributor

The new ADT 17 has been released and with that came a new revision of the support library. Though this doesn't have any advantage on VPI it does help others who use VPI and need the extra stuff in the new revision.

Including VPI in our projects also includes the support library attached to the VPI project and we cannot include the new support library revision in our projects because that will conflict with the one in VPI.

Yes we can replace the one in VPI but will give us conflicts when pulling new commits if the support library is not updated in the repo.

@JakeWharton
Copy link
Owner

Like ActionBarSherlock I am now publishing this project to Maven central so I have to wait until Google updates the frameworks/support.git repository from AOSP. Only then can the new support library changes be deployed in a new artifact to central. Once that is done updating this library will be a simple change.

For now, manual updating is the best way. I'll leave this open for others and as a reminder to me.

@rfgamaral
Copy link
Contributor Author

Just curious, why do you publish your projects (the Android ones that I know of) to Maven Central? What's the purpose? Any advantages? Will it have any impact in the GitHub repo?

P.S: These may be stupid questions but I'm not even sure what Maven really is and I'm a little confused.

@JakeWharton
Copy link
Owner

Maven is a build framework but its bread and butter is easy and automated dependency management. Adding, removing, or updating a dependency is as easy as tweaking a line or two in the configuration file and the downloading and adding to your classpath is handled automatically. This becomes especially useful with library projects since it will automatically handle adding the resources to your project as well.

@markus2610
Copy link

You are using maven for eclipse or intellij idea?

@JakeWharton
Copy link
Owner

I use IDEA.


Jake Wharton
http://about.me/jakewharton

On Sun, Mar 25, 2012 at 12:04 AM, Markus <
reply@reply.github.com

wrote:

You are using maven for eclipse or intellij idea?


Reply to this email directly or view it on GitHub:

#75 (comment)

@markus2610
Copy link

Run your Projcect with intellij idea, example debugging or only with maven.

@mr-thierry
Copy link

Is it possible to update this project with the latest support library, similarly to ActionBarSherlock?

@JakeWharton
Copy link
Owner

Fixed in dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants