File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments