hamsterready / android-accordion-view

Simple ListView based Android AccordionView
163 stars 107 forks source link

Suggestion (perhaps) #1

Closed peter-budo closed 12 years ago

peter-budo commented 12 years ago

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 commented 12 years ago

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 commented 12 years ago

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