diff --git a/CHANGES.md b/CHANGES.md index b18b938..c784b3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ ### 0.6.28 ### * Remove in-app purchase mechanism/"buy me a coffee" link +* Update dependencies ### 0.6.27 ### diff --git a/fastlane/metadata/android/en-US/changelogs/149.txt b/fastlane/metadata/android/en-US/changelogs/149.txt index dffdb1f..4044278 100644 --- a/fastlane/metadata/android/en-US/changelogs/149.txt +++ b/fastlane/metadata/android/en-US/changelogs/149.txt @@ -1,2 +1,3 @@ 0.6.27 • Remove in-app purchase mechanism/"buy me a coffee" link +• Update dependencies \ No newline at end of file diff --git a/voipms-sms/build.gradle b/voipms-sms/build.gradle index 844c1da..15d5db7 100644 --- a/voipms-sms/build.gradle +++ b/voipms-sms/build.gradle @@ -97,11 +97,11 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" // Android support libraries - implementation "androidx.annotation:annotation:1.8.0" + implementation "androidx.annotation:annotation:1.8.2" implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.compose.ui:ui:1.6.8" implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4" implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.recyclerview:recyclerview:1.3.2" implementation "androidx.room:room-ktx:$room_version" @@ -109,7 +109,7 @@ dependencies { implementation "androidx.security:security-crypto:1.1.0-alpha06" implementation "androidx.sharetarget:sharetarget:1.2.0" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" - implementation "androidx.work:work-runtime-ktx:2.9.0" + implementation "androidx.work:work-runtime-ktx:2.9.1" implementation "com.google.android.material:material:1.12.0" ksp "androidx.room:room-compiler:$room_version"