Skip to content

Commit

Permalink
Merge pull request #9 from medicalid/master
Browse files Browse the repository at this point in the history
Bump support library version
  • Loading branch information
kizitonwose authored Mar 5, 2018
2 parents 8e8912f + 1dce47e commit a3b2379
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 @@ -17,13 +17,13 @@ allprojects {

ext {
compileSdkVersion = 27
buildToolsVersion = '27.0.2'
buildToolsVersion = '27.0.3'

minSdkVersion = 14
targetSdkVersion = 27
versionCode = 6
versionName = '1.0.5'
supportLibraryVersion = '27.0.2'
versionCode = 7
versionName = '1.0.6'
supportLibraryVersion = '27.1.0'
}
}

Expand Down

0 comments on commit a3b2379

Please sign in to comment.