Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-ma committed Feb 17, 2025
1 parent fb1d0aa commit 4c61f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.core:core-ktx:1.15.0"
implementation "androidx.fragment:fragment-ktx:1.8.5"
implementation "androidx.fragment:fragment-ktx:1.8.6"
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.preference:preference-ktx:1.2.1"
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = "2.0.21"
ext.room_version = "2.6.1"
ext.workmanager_version = "2.10.0"
ext.about_libraries_version="11.2.3"
ext.about_libraries_version="11.5.0"

repositories {
google()
Expand Down

0 comments on commit 4c61f07

Please sign in to comment.