1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

upgrade lifecycle to 2.4.1

This commit is contained in:
Christophe Beyls 2022-02-11 13:02:10 +01:00
parent 57c50f280a
commit d4c33bab20

View file

@ -95,7 +95,7 @@ afterEvaluate {
}
dependencies {
def lifecycle_version = "2.4.0"
def lifecycle_version = "2.4.1"
def room_version = "2.4.1"
def okhttp_version = "3.12.13"