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

Commit cdb50205 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Don't warn on newer Commons versions

parent 2ba4a2a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,7 +43,9 @@ unifiedpush-fcm = "3.0.0"

# Other libraries, especially ical4j, require Apache Commons. Some recent versions of Apache
# Commons require a newer Java version than our minSdk provides. So we require these strict versions here:
#noinspection NewerVersionAvailable
commons-codec = { strictly = "1.17.1" }
#noinspection NewerVersionAvailable
commons-lang = { strictly = "3.15.0" }

[libraries]