Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
V1.17 Updated to latest maven android plugin version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmorgan committed Jul 28, 2012
1 parent 57b3b26 commit 9a8be9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
android:configChanges="keyboardHidden|orientation" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.0</version>
<extensions>true</extensions>
<configuration>
<undeployBeforeDeploy>true</undeployBeforeDeploy>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/morgan/design/TODO.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ private TODO() {

// FIXME -> DONE - (28/07/2012) - Added Italian Translation
// FIXME -> DONE - (28/07/2012) - Removed API warning about notification builder (Added Support Library)
// FIXME -> DONE - (28/07/2012) - Updated to V3.3.0 android-maven-plugin

// //////////////////////
// Version: 1.16 //
Expand Down

0 comments on commit 9a8be9e

Please sign in to comment.