Skip to content

Commit

Permalink
Update dependencies (2024-11)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Nov 3, 2024
1 parent eade626 commit b41089d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
kotlinOptions {
kotlinOptions.allWarningsAsErrors = true
}
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "hu.vmiklos.plees_tracker"
Expand Down Expand Up @@ -59,7 +59,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:core:1.6.1'
Expand All @@ -73,13 +73,13 @@ dependencies {
implementation "androidx.room:room-ktx:$room_version"
implementation 'javax.annotation:jsr250-api:1.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
implementation 'androidx.core:core-ktx:1.15.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.mikepenz:aboutlibraries:7.1.0"
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.activity:activity-ktx:1.9.2"
implementation "androidx.fragment:fragment-ktx:1.8.4"
implementation "androidx.activity:activity-ktx:1.9.3"
implementation "androidx.fragment:fragment-ktx:1.8.5"
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'org.apache.commons:commons-csv:1.9.0'
}
Expand Down

0 comments on commit b41089d

Please sign in to comment.