Upgrade Mavericks library to 3.0.7

It fixes crash: java.lang.IllegalStateException: Flow invariant is violated
This commit is contained in:
Benoit Marty 2023-11-06 18:29:47 +01:00
parent 8d8a5d3de2
commit 4341cf8c9c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def lifecycle = "2.5.1"
def flowBinding = "1.2.0" def flowBinding = "1.2.0"
def flipper = "0.190.0" def flipper = "0.190.0"
def epoxy = "5.0.0" def epoxy = "5.0.0"
def mavericks = "3.0.2" def mavericks = "3.0.7"
def glide = "4.15.1" def glide = "4.15.1"
def bigImageViewer = "1.8.1" def bigImageViewer = "1.8.1"
def jjwt = "0.11.5" def jjwt = "0.11.5"