Fix scrolling in menu

Improve pipeline
This commit is contained in:
Geoffroy Bonneville
2025-11-10 12:14:38 -05:00
parent e6f81fa177
commit dcaecbf185
6 changed files with 34 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ dependencies {
implementation "com.microsoft.appcenter:appcenter-crashes:${appCenterSdkVersion}"
// Lifecycle components
def lifecycleVersion = '2.9.3'
def lifecycleVersion = '2.9.4'
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycleVersion"
implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"