Skip to content

Commit ce553d1

Browse files
committed
updating kotlin, commons
1 parent ba34a32 commit ce553d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ insert_final_newline = true
1717
charset = utf-8
1818
indent_style = space
1919
indent_size = 4
20-
continuation_indent_size = 8
20+
continuation_indent_size = 4
2121

2222
[*.xml]
2323
continuation_indent_size = 4

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
}
5656

5757
dependencies {
58-
implementation 'com.simplemobiletools:commons:5.33.25'
58+
implementation 'com.simplemobiletools:commons:5.34.11'
5959
implementation 'org.greenrobot:eventbus:3.2.0'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
6161
}

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

66
repositories {
77
google()

0 commit comments

Comments
 (0)