Skip to content

Commit

Permalink
version fix for play store release
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed May 25, 2015
1 parent 6a186b1 commit e8b2923
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "com.amaze.filemanager"
minSdkVersion 14
targetSdkVersion 21
versionCode 10
versionName "1.5.1"
versionCode 11
versionName "2.0"
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.amaze.filemanager"
android:versionCode="11"
android:versionName="2.0" >
android:versionName="2.0">
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
Expand Down
4 changes: 1 addition & 3 deletions src/play/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.amaze.filemanager"
android:versionCode="10"
android:versionName="1.5.1" >
package="com.amaze.filemanager">

<application
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit e8b2923

Please sign in to comment.