diff --git a/README.md b/README.md index 636664484..c7e1fc4b1 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,6 @@ ActionBarSherlock and ViewPagerIndicator have to be added as library projects. F You can already build unsigned packages with maven, if you add annotations.jar from the Android SDK to your local maven repository. You don't have to do anything described in the 'Building with ant' section in order to build with maven. - Make sure the ANDROID_HOME variable is set to the location of your Android SDK installation -- Navigate from your Android SDK directory into tools/support -- Execute the following command: -
-mvn install:install-file -Dfile=./annotations.jar -DgroupId=android.tools.support -DartifactId=annotations -Dversion=1.0 -Dpackaging=jar
-
- In the root directory of this project, you can then execute the following command to build it:
mvn clean package
diff --git a/pom.xml b/pom.xml index 30d4c2234..99b0fde55 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ com.google.android android provided - 4.0.1.2 + 4.1.1.4 com.actionbarsherlock @@ -54,9 +54,9 @@ apklib - android.tools.support + com.google.android annotations - 1.0 + 4.1.1.4 commons-io @@ -85,7 +85,7 @@ ${env.ANDROID_HOME} - 14 + 17 true