Skip to content

Commit 1867588

Browse files
committed
update commons to 5.5.7
1 parent 6c06e4d commit 1867588

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.10'
54+
implementation 'com.simplemobiletools:commons:5.5.7'
5555

5656
implementation files('../libs/RootTools.jar')
5757
}

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)