From a881073e2c0a262f6985ad88d9c02b43cc217541 Mon Sep 17 00:00:00 2001 From: Marek Ciupak Date: Mon, 30 May 2016 09:50:12 +0200 Subject: [PATCH] Increase Android API version to 9 --- AndroidManifest.xml | 2 +- INSTALL.md | 4 ++-- default.properties | 2 +- pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a84dc81e..7ffa3b76 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,7 @@ You can contact the authors by email at --> - + diff --git a/INSTALL.md b/INSTALL.md index 83653bb8..9dc7b012 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ 1) Install android development tools (`brew install android-sdk` on OSX or from website). -Install all the packages for Android 2.2 (API v.8). +Install all the packages for Android 2.3.1 (API v.9). Install Extras. @@ -8,7 +8,7 @@ Install Extras. 3) Clone https://github.com/simpligility/android-maven-plugin -Run `mvn install -P 2.2` inside that repo to install all the android dependencies for maven. +Run `mvn install` inside that repo to install all the android dependencies for maven. If maven has problems with fetching `maps-7_r1.jar` download the package and install it manually with `mvn install:install-file -Dfile=maps-7_r1.jar -DgroupId=com.google.android.maps -DartifactId=maps -Dversion=7_r1 -Dpackaging=jar` diff --git a/default.properties b/default.properties index a5e3ef54..77f7ad75 100644 --- a/default.properties +++ b/default.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=Google Inc.:Google APIs:7 +target=Google Inc.:Google APIs:9 diff --git a/pom.xml b/pom.xml index 84dbdfb3..4bc48a72 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ UTF-8 0aW177QG5gTuz6SCETXfq_BAlXRaNVk5aykrN9g - 2.2.1 + 2.3.1 4.2.2 2.2.3 14.0.1 @@ -30,7 +30,7 @@ 2.4.1 2.6 - 8 + 9