Skip to content

Commit b267ef3

Browse files
committed
updating kotlin and commons
1 parent 2334409 commit b267ef3

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
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.simplemobiletools:commons:5.33.8'
60+
implementation 'com.simplemobiletools:commons:5.33.35'
6161
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
6262
implementation 'androidx.documentfile:documentfile:1.0.1'
6363

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

66
repositories {
77
google()

0 commit comments

Comments
 (0)