Skip to content

Commit 0af341e

Browse files
committed
update commons to 5.5.16
1 parent 9dffb0a commit 0af341e

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.5.1'
54+
implementation 'com.simplemobiletools:commons:5.5.16'
5555
implementation 'joda-time:joda-time:2.10.1'
5656
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
5757
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.4'

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

66
repositories {
77
google()

0 commit comments

Comments
 (0)