We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e5be5 commit e6b4b47Copy full SHA for e6b4b47
app/build.gradle
@@ -51,7 +51,7 @@ android {
51
}
52
53
dependencies {
54
- implementation 'com.simplemobiletools:commons:5.13.14'
+ implementation 'com.simplemobiletools:commons:5.14.0'
55
implementation 'com.github.Stericson:RootTools:df729dcb13'
56
implementation 'com.github.Stericson:RootShell:1.6'
57
implementation 'com.alexvasilkov:gesture-views:2.5.2'
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlin_version = '1.3.31'
+ ext.kotlin_version = '1.3.40'
5
6
repositories {
7
google()
0 commit comments