updating commons to 5.27.5
This commit is contained in:
parent
c5bc4afde9
commit
acb8124e08
|
@ -64,7 +64,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.25.22'
|
||||
implementation 'com.simplemobiletools:commons:5.27.5'
|
||||
implementation 'joda-time:joda-time:2.10.1'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
|
||||
|
|
|
@ -513,7 +513,6 @@ fun Context.refreshCalDAVCalendars(ids: String, showToasts: Boolean) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
fun Context.getWidgetFontSize() = when (config.fontSize) {
|
||||
FONT_SIZE_SMALL -> getWidgetSmallFontSize()
|
||||
FONT_SIZE_MEDIUM -> getWidgetMediumFontSize()
|
||||
|
|
|
@ -10,7 +10,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "de.timfreiheit.resourceplaceholders:placeholders:0.3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue