update commons to 3.17.4
This commit is contained in:
parent
1f9a21008a
commit
6d0ed93536
|
@ -46,7 +46,7 @@ ext {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:3.17.3'
|
||||
implementation 'com.simplemobiletools:commons:3.17.4'
|
||||
implementation 'joda-time:joda-time:2.9.9'
|
||||
implementation 'com.facebook.stetho:stetho:1.5.0'
|
||||
implementation 'com.android.support:multidex:1.0.3'
|
||||
|
|
|
@ -132,7 +132,6 @@ class IcsImporter(val activity: SimpleActivity) {
|
|||
continue
|
||||
}
|
||||
|
||||
|
||||
val eventToUpdate = existingEvents.firstOrNull { curImportId.isNotEmpty() && curImportId == it.importId }
|
||||
if (eventToUpdate != null && eventToUpdate.lastUpdated >= curLastModified) {
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue