Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbc223b4 authored by cketti's avatar cketti
Browse files

Update Koin to version 3.2.1

parent fae7eb21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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