Add an extension function to limit the number of characters in a string. Dependency updates

This commit is contained in:
len
2016-11-19 14:46:49 +01:00
parent 1d014a5a94
commit 59c626b4a8
3 changed files with 22 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ dependencies {
compile 'com.android.support:multidex:1.0.1'
// Job scheduling
compile 'com.evernote:android-job:1.1.2'
compile 'com.evernote:android-job:1.1.3'
compile 'com.google.android.gms:play-services-gcm:9.8.0'
// ReactiveX
@@ -140,7 +140,7 @@ dependencies {
compile 'com.github.bmoliveira:snake-yaml:v1.18-android'
// JavaScript engine
compile 'com.squareup.duktape:duktape-android:1.0.0'
compile 'com.squareup.duktape:duktape-android:1.1.0'
// Disk cache
compile 'com.jakewharton:disklrucache:2.0.2'
@@ -200,7 +200,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.0.5'
ext.kotlin_version = '1.0.5-2'
repositories {
mavenCentral()
}