Skip to content

Commit 3f50700

Browse files
committed
updating commons, kotlin
1 parent 58cf4a8 commit 3f50700

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
@@ -58,7 +58,7 @@ android {
5858
}
5959

6060
dependencies {
61-
implementation 'com.simplemobiletools:commons:5.33.10'
61+
implementation 'com.simplemobiletools:commons:5.33.27'
6262
implementation 'com.github.Stericson:RootTools:df729dcb13'
6363
implementation 'com.github.Stericson:RootShell:1.6'
6464
implementation 'com.alexvasilkov:gesture-views:2.5.2'

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)