Skip to content

Commit

Permalink
updating version code and number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pranayairan committed Jan 15, 2019
1 parent db61d0b commit 57def1f
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 @@ -14,8 +14,8 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
multiDexEnabled true
versionCode 2
versionName "1.0"
versionCode 3
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 57def1f

Please sign in to comment.