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 20, 2017
1 parent 368ad10 commit 252e9a9
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 817 deletions.
8 changes: 5 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 61
versionName "3.1.2 RC4"
versionCode 62
versionName "3.2.0"

vectorDrawables.useSupportLibrary = true;
}
Expand All @@ -29,6 +29,7 @@ android {
release
config
}

buildTypes {
debug {
minifyEnabled false
Expand All @@ -38,10 +39,11 @@ android {
release {
signingConfig signingConfigs.release

minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
}

lintOptions {
abortOnError false
}
Expand Down
Loading

0 comments on commit 252e9a9

Please sign in to comment.