Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jun 16, 2016
1 parent 83ce3f8 commit 81ea97f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId "com.amaze.filemanager"
minSdkVersion 14
targetSdkVersion 23
versionCode 38
versionName "3.0.2 beta_5"
versionCode 39
versionName "3.0.2 Beta 6"
}

signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions 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="38"
android:versionName="3.0.2 beta_5">
android:versionCode="39"
android:versionName="3.0.2 Beta 6">

<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 src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<Preference
android:key="studio"
android:title="@string/version"
android:summary="v3.0.2 beta_5"/>
android:summary="v3.0.2 Beta 6"/>
<Preference
android:key="authors"
android:title="@string/authors" />
Expand Down

0 comments on commit 81ea97f

Please sign in to comment.