Skip to content

Commit

Permalink
Changing version number string before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcha committed Mar 6, 2017
1 parent 4a981e1 commit d00e436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 10
versionName "2.1.1"
versionName "2.2.0"
}

buildTypes {
Expand All @@ -55,7 +55,7 @@ dependencies {

compile 'com.twofortyfouram:locale-api:1.0@aar'

compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:appcompat-v7:25.2.0'

compile 'com.getbase:floatingactionbutton:1.4.0'
compile 'at.wada811:android-material-design-colors:1.1.0'
Expand Down

0 comments on commit d00e436

Please sign in to comment.