Skip to content

Commit

Permalink
Merge pull request #37 from SecUSo/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
udenr authored Dec 4, 2024
2 parents 7758bf0 + 57585cf commit 81826dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BackupApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
Expand All @@ -123,10 +123,10 @@ dependencies {
implementation "androidx.room:room-ktx:$roomVersion"

// Lifecycle
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.6'
implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.7'

// Preferences
def preference_version = "1.2.1"
Expand Down

0 comments on commit 81826dc

Please sign in to comment.