update commons to 3.4.2
This commit is contained in:
parent
0d16efeafd
commit
ba6f2a213e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:3.3.12'
|
implementation 'com.simplemobiletools:commons:3.4.2'
|
||||||
|
|
||||||
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
|
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
|
||||||
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"
|
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue