Skip to content

Commit

Permalink
Increase Android API version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Ciupak committed May 30, 2016
1 parent 9761a79 commit a881073
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
You can contact the authors by email at <[email protected]>
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="73" android:versionName="1.3.81" package="pl.llp.aircasting">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8"/>
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9"/>

<!-- Settings -->
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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.

2) Install maven (`brew install maven` on OSX).

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`

Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=Google Inc.:Google APIs:7
target=Google Inc.:Google APIs:9
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<com.google.maps.api.key>0aW177QG5gTuz6SCETXfq_BAlXRaNVk5aykrN9g</com.google.maps.api.key>

<android.version>2.2.1</android.version>
<android.version>2.3.1</android.version>
<apache.httpclient.version>4.2.2</apache.httpclient.version>
<gson.version>2.2.3</gson.version>
<guava.version>14.0.1</guava.version>
Expand All @@ -30,7 +30,7 @@
<maven-release-plugin.version>2.4.1</maven-release-plugin.version>
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>

<android-maven-plugin.platform>8</android-maven-plugin.platform>
<android-maven-plugin.platform>9</android-maven-plugin.platform>
</properties>

<dependencies>
Expand Down

0 comments on commit a881073

Please sign in to comment.