Skip to content
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

Suggestion (perhaps) #1

Closed
peter-budo opened this issue Apr 17, 2012 · 2 comments
Closed

Suggestion (perhaps) #1

peter-budo opened this issue Apr 17, 2012 · 2 comments

Comments

@peter-budo
Copy link

I'm not familiar with

<dependency>
      <groupId>android</groupId>
      <artifactId>android</artifactId>
      <version>2.2_r3</version>
      <scope>provided</scope>
    </dependency>

and neither my IntelliJ like it it. You may want to replace it with more commonly used

        <dependency>
            <groupId>com.google.android</groupId>
            <artifactId>android</artifactId>
            <version>2.3.3</version>
            <scope>provided</scope>
        </dependency>
@hamsterready
Copy link
Owner

Dependency group follows naming convention from https://github.com/mosabua/maven-android-sdk-deployer which I found very useful and up to date.

See details on mosabua project.

@peter-budo
Copy link
Author

But this will mean that anyone who will try to participate in your project has to have Maven android sdk deployer. If so you better put that in README

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

No branches or pull requests

2 participants