fix(deps): downgrade androidx.lifecycle back to stable

For inexplicable reasons the latest Lifecycle libraries request storage access and phone state permissions

Fixes #475
This commit is contained in:
Harsh Shandilya 2024-03-08 00:57:34 +05:30
parent 56f0ceddb6
commit 9110244236

View File

@ -12,7 +12,7 @@ junit = "5.10.2"
konvert = "3.0.1"
kotlin = "1.9.22"
kotlinResult = "1.1.20"
lifecycle = "2.8.0-alpha02"
lifecycle = "2.7.0"
retrofit = "2.9.0"
richtext = "1.0.0-alpha01"
sentry-sdk = "7.5.0"