Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Project: Bump to 2.1.0 Beta
Browse files Browse the repository at this point in the history
Signed-off-by: Fung <[email protected]>
  • Loading branch information
fython committed Nov 13, 2017
1 parent ccf4a3a commit c8505fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {

buildTypes {
release {
minifyEnabled true
shrinkResources true
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext {
minSdkVersion = 21
targetSdkVersion = 26
buildToolsVersion = "27.0.0"
versionCode = 15
versionName = '2.0.0 Beta'
versionCode = 16
versionName = '2.1.0 Beta'
}

buildscript {
Expand Down

0 comments on commit c8505fe

Please sign in to comment.