Skip to content

Commit

Permalink
bump version for Google Play release
Browse files Browse the repository at this point in the history
also update target to minimum req'd by Play.
  • Loading branch information
maks committed Feb 25, 2020
1 parent 6a7b9c3 commit 7f487a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ android {
defaultConfig {
applicationId "com.manichord.mgit"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28

vectorDrawables.useSupportLibrary = true

versionCode 214
versionName "1.5.5.1"
versionCode 215
versionName "1.5.6"
}

dataBinding {
Expand Down

0 comments on commit 7f487a1

Please sign in to comment.