Skip to content

Commit

Permalink
update dependencies and remove implicit package
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Jun 22, 2024
1 parent 6448a64 commit 8e09bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,12 @@ android {
dependencies {
// AndroidX
implementation "androidx.cursoradapter:cursoradapter:1.0.0"
implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.fragment:fragment:1.8.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation "androidx.preference:preference:1.2.1"
implementation "androidx.startup:startup-runtime:1.1.1"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.google.android.material:material:1.11.0'
// yes we need both
implementation "androidx.lifecycle:lifecycle-viewmodel:2.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
implementation 'com.google.android.material:material:1.12.0'
// Time library, open source & up to date
implementation 'joda-time:joda-time:2.12.7'
// Dashclock API, open source & abandoned, but it still works
Expand Down
2 changes: 1 addition & 1 deletion contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {
}

dependencies {
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.annotation:annotation:1.8.0'
}

0 comments on commit 8e09bc7

Please sign in to comment.