Skip to content

Commit

Permalink
Merge pull request #75 from maks/lower-sdk-level
Browse files Browse the repository at this point in the history
Lower sdk level, bump version number
  • Loading branch information
maks authored Nov 4, 2016
2 parents 3cab5bb + a7993ed commit a9dad10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ android {

defaultConfig {
applicationId "com.manichord.mgit"
minSdkVersion 18
minSdkVersion 16
targetSdkVersion 22

versionCode 200
versionName "1.4.0"
versionCode 201
versionName "1.5.0"
}

lintOptions {
Expand Down

0 comments on commit a9dad10

Please sign in to comment.