Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Nov 11, 2018
1 parent 02be993 commit 3fff358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {

dagger : '2.19',
lifecycle : '2.0.0',
kotlin : '1.2.71',
kotlin : '1.3.0',
okHttp : '3.11.0',
room : '2.0.0',
]
Expand All @@ -37,7 +37,7 @@ buildscript {
classpath 'com.novoda:gradle-android-command-plugin:2.0.1'
classpath 'com.novoda:gradle-build-properties-plugin:0.4.1'
classpath 'gradle.plugin.org.jlleitschuh.gradle:ktlint-gradle:5.1.0'
classpath 'com.novoda:gradle-static-analysis-plugin:SNAPSHOT-27'
classpath 'com.novoda:gradle-static-analysis-plugin:0.7'
if (isPlay) {
classpath 'io.fabric.tools:gradle:1.26.1'
}
Expand Down

0 comments on commit 3fff358

Please sign in to comment.