Skip to content

Commit 459aa99

Browse files
committed
update commons and kotlin
1 parent ab3b46a commit 459aa99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ android {
3232
}
3333

3434
dependencies {
35-
compile 'com.simplemobiletools:commons:2.22.4'
35+
compile 'com.simplemobiletools:commons:2.22.5'
3636
compile 'com.facebook.stetho:stetho:1.4.1'
3737
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3838
}
3939

4040
buildscript {
41-
ext.kotlin_version = '1.1.3'
41+
ext.kotlin_version = '1.1.3-2'
4242
repositories {
4343
mavenCentral()
4444
}

0 commit comments

Comments
 (0)