Skip to content

Commit

Permalink
chore: correct build version from 1.2.0 to 1.1.0 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic authored and iamareebjamal committed Jun 16, 2019
1 parent e977dc0 commit 1ceba28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 3
versionName '1.2.0'
versionName '1.1.0'
vectorDrawables.useSupportLibrary = true
}

Expand Down

0 comments on commit 1ceba28

Please sign in to comment.