Skip to content

Commit e8b2923

Browse files
committed
version fix for play store release
1 parent 6a186b1 commit e8b2923

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId "com.amaze.filemanager"
3434
minSdkVersion 14
3535
targetSdkVersion 21
36-
versionCode 10
37-
versionName "1.5.1"
36+
versionCode 11
37+
versionName "2.0"
3838
}
3939

4040
signingConfigs {

src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
xmlns:tools="http://schemas.android.com/tools"
2424
package="com.amaze.filemanager"
2525
android:versionCode="11"
26-
android:versionName="2.0" >
26+
android:versionName="2.0">
2727
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
2828
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
2929
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>

src/play/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121

2222
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2323
xmlns:tools="http://schemas.android.com/tools"
24-
package="com.amaze.filemanager"
25-
android:versionCode="10"
26-
android:versionName="1.5.1" >
24+
package="com.amaze.filemanager">
2725

2826
<application
2927
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)