Skip to content

Commit 057b52f

Browse files
committed
updating commons to 5.22.19
1 parent b8897b1 commit 057b52f

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
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation 'com.simplemobiletools:commons:5.22.10'
59+
implementation 'com.simplemobiletools:commons:5.22.19'
6060
implementation 'com.squareup:otto:1.3.8'
6161
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
6262
}

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.61'
4+
ext.kotlin_version = '1.3.70'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)