Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jul 14, 2016
1 parent b680a66 commit 643bcbd
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 41
versionName "3.1.0"
versionCode 42
versionName "3.1.0 Beta 1"
}

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="41"
android:versionName="3.1.0">
android:versionCode="42"
android:versionName="3.1.0 Beta 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 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.1.0"/>
android:summary="v3.1.0 Beta 1"/>
<Preference
android:key="authors"
android:title="@string/authors" />
Expand Down

0 comments on commit 643bcbd

Please sign in to comment.