0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Update Koin to version 3.2.1

This commit is contained in:
cketti 2022-09-20 19:05:42 +02:00
parent fae7eb21b2
commit bbc223b490

View File

@ -37,7 +37,7 @@ buildscript {
'okio': '3.2.0',
'moshi': '1.14.0',
'timber': '5.0.1',
'koin': '3.2.0',
'koin': '3.2.1',
// We can't upgrade Commons IO beyond this version because starting with 2.7 it is using Java 8 API
// that is not available until Android API 26 (even with desugaring enabled).
// See https://issuetracker.google.com/issues/160484830