Skip to content

Commit

Permalink
fix pom.xml compilation again
Browse files Browse the repository at this point in the history
  • Loading branch information
tjerkw committed Jan 10, 2014
1 parent d7c3565 commit beca32b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

<properties>
<androidApiLevel>8</androidApiLevel>
<androidVersion>2.2</androidVersion>
<androidApiRevision>r1</androidApiRevision>
<androidVersion>2.2.1</androidVersion>

<!-- build settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -29,7 +28,7 @@
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>${androidVersion}_${androidApiRevision}</version>
<version>${androidVersion}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit beca32b

Please sign in to comment.