updating kotlin, commons, gradle

This commit is contained in:
tibbi
2020-11-07 18:35:28 +01:00
parent 07739b8c74
commit 5931767faa
3 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.30.1'
implementation 'com.simplemobiletools:commons:5.31.25'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
}