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 8969a1a commit 7fc41e4Copy full SHA for 7fc41e4
app/build.gradle
@@ -51,7 +51,7 @@ android {
51
}
52
53
dependencies {
54
- implementation 'com.simplemobiletools:commons:5.3.14'
+ implementation 'com.simplemobiletools:commons:5.3.17'
55
56
kapt 'androidx.room:room-compiler:2.0.0'
57
implementation 'androidx.room:room-runtime:2.0.0'
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.0'
+ ext.kotlin_version = '1.3.10'
5
6
repositories {
7
google()
0 commit comments