Browse Source

Update Kotlin version

Aidan Follestad 6 years ago
parent
commit
efdab07aee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dependencies.gradle

+ 1 - 1
dependencies.gradle

@@ -10,6 +10,6 @@ ext.versions = [
     versionPlugin     : '0.20.0',
     bintrayPlugin     : '0.8.1',
 
-    kotlin            : '1.2.60',
+    kotlin            : '1.2.61',
     supportLib        : '28.0.0-rc01',
 ]