diff --git a/app/build.gradle b/app/build.gradle index 5d42712..8647e93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { } dependencies { - implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.13.3' + implementation 'com.launchdarkly:launchdarkly-android-client-sdk:5.14.0' implementation 'androidx.core:core-ktx:1.19.0' - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' }