Skip to content

Commit

Permalink
Update Android API to 27. Update Kotlin (1.1.60) (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino authored Nov 14, 2017
1 parent f367a62 commit 137068d
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
@@ -1,10 +1,10 @@
buildscript {
ext.versions = [
'minSdk' : 14,
'compileSdk' : 26,
'buildTools' : '26.0.2',
'compileSdk' : 27,
'buildTools' : '27.0.1',

'kotlin' : '1.1.51',
'kotlin' : '1.1.60',
'kotlinPoet' : '0.6.0',
'moshi' : '1.5.0',
'androidPlugin': '3.1.0-alpha03',
Expand Down

0 comments on commit 137068d

Please sign in to comment.