Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Aug 30, 2024
1 parent ddb4c0a commit 6eec398
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 0.6.28 ###

* Remove in-app purchase mechanism/"buy me a coffee" link
* Update dependencies

### 0.6.27 ###

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/149.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
0.6.27
• Remove in-app purchase mechanism/"buy me a coffee" link
• Update dependencies
6 changes: 3 additions & 3 deletions voipms-sms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@ 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"
implementation "androidx.room:room-runtime:$room_version"
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"

Expand Down

0 comments on commit 6eec398

Please sign in to comment.