Skip to content

Commit 7ce9028

Browse files
committed
Dashboard and tabs
1 parent 8d3052e commit 7ce9028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.1'
2+
ext.kotlin_version = '1.1.2-3'
33
repositories {
44
mavenCentral()
55
}
@@ -21,7 +21,7 @@ dependencies {
2121
testCompile 'junit:junit:4.11'
2222
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
2323
compile project(':kotlin-core')
24-
compile 'com.google.code.gson:gson:2.4'
24+
compile 'com.google.code.gson:gson:2.7'
2525
compile 'com.squareup.okhttp3:okhttp:3.4.1'
2626
compile 'com.github.salomonbrys.kotson:kotson:2.1.0'
2727
}

0 commit comments

Comments
 (0)