Skip to content

Commit 68793e2

Browse files
committed
Bucketizing has been refactored / cleaned up
Clear data on scale functionality added Offline data loading has been tested working
1 parent 672ead6 commit 68793e2

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.4-2'
2+
ext.kotlin_version = '1.1.51'
33
repositories {
44
mavenCentral()
55
}
@@ -22,7 +22,7 @@ repositories {
2222

2323
dependencies {
2424
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
25-
testCompile 'junit:junit:4.11'
25+
testCompile 'junit:junit:4.12'
2626
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
2727
}
2828

0 commit comments

Comments
 (0)