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 ada2980 commit 8b4366bCopy full SHA for 8b4366b
app/build.gradle
@@ -45,7 +45,7 @@ ext {
45
}
46
47
dependencies {
48
- implementation 'com.simplemobiletools:commons:3.17.16'
+ implementation 'com.simplemobiletools:commons:3.17.17'
49
50
implementation files('../libs/RootTools.jar')
51
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.2.21'
+ ext.kotlin_version = '1.2.31'
5
6
repositories {
7
jcenter()
0 commit comments