Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Aug 23, 2017
1 parent 252e9a9 commit 984ccac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.amaze.filemanager"
minSdkVersion 14
targetSdkVersion 25
versionCode 62
versionName "3.2.0"
versionCode 63
versionName "3.2.1"

vectorDrawables.useSupportLibrary = true;
}
Expand All @@ -39,7 +39,7 @@ android {
release {
signingConfig signingConfigs.release

minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.amaze.filemanager"
android:versionCode="62"
android:versionName="3.2.0">
android:versionCode="63"
android:versionName="3.2.1">

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/activity_extra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:id="@+id/paste"
android:title="@string/paste"
android:icon="@drawable/ic_content_paste_white_24dp"
app:showAsAction="always"
app:showAsAction="ifRoom|withText"
android:visible="false" />
<item
android:id="@+id/search"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/translators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<string name="vietnamese_translation_summary" translable="false" translatable="false">ngoisaosang</string>
<string name="japanese_translation_summary" translatable="false">Naofumi Fukue</string>
<string name="tamil_translation_summary" translatable="false">Kuralarasi for StarsSoft</string>
<string name="app_version" translatable="false">v3.2.0</string>
<string name="app_version" translatable="false">v3.2.1</string>
<string name="author_1" translatable="false">Arpit Khurana</string>
<string name="author_2" translatable="false">Vishal Nehra</string>
<string name="github" translatable="false">GitHub</string>
Expand Down

0 comments on commit 984ccac

Please sign in to comment.