Skip to content

Commit

Permalink
Merge pull request #5 from maks/bump-version
Browse files Browse the repository at this point in the history
Bump version for release, increase min API level
  • Loading branch information
maks authored Oct 21, 2016
2 parents 971313a + 13b2f7e commit 3ba7100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 14
targetSdkVersion 21
minSdkVersion 18
targetSdkVersion 22

versionCode 1
versionName "1.0.0"
versionCode 200
versionName "1.4.0"
}

lintOptions {
Expand Down

0 comments on commit 3ba7100

Please sign in to comment.