Skip to content

Commit

Permalink
Modify packaging to apklib
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed May 11, 2014
1 parent 41d83b3 commit 8b7b643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.trinea.android.common"
android:versionCode="30"
android:versionName="4.2.13" >
android:versionName="4.2.14" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.trinea.android.common</groupId>
<artifactId>trinea-android-common</artifactId>
<packaging>pom</packaging>
<packaging>apklib</packaging>

<name>Trinea Android Common Library</name>
<version>4.2.14-SNAPSHOT</version>
Expand Down

0 comments on commit 8b7b643

Please sign in to comment.