Skip to content

Commit 7fc41e4

Browse files
committed
update commons to 5.3.17
1 parent 8969a1a commit 7fc41e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
}
5252

5353
dependencies {
54-
implementation 'com.simplemobiletools:commons:5.3.14'
54+
implementation 'com.simplemobiletools:commons:5.3.17'
5555

5656
kapt 'androidx.room:room-compiler:2.0.0'
5757
implementation 'androidx.room:room-runtime:2.0.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.0'
4+
ext.kotlin_version = '1.3.10'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)