Update dependencies

This commit is contained in:
Mygod
2018-03-30 15:17:55 -07:00
parent ed4c9a5610
commit d87db68de0
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
ext {
androidPluginVersion = '3.0.1'
kotlinVersion = '1.2.30'
androidPluginVersion = '3.1.0'
kotlinVersion = '1.2.31'
supportLibraryVersion = '27.1.0'
takisoftFixVersion = '27.1.0.0'
}