Skip to content

Commit

Permalink
fix(deps): update dependency androidx.startup:startup-runtime to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 467773b commit a2288dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation 'com.jakewharton.timber:timber:5.0.1'

// AndroidX Startup
implementation 'androidx.startup:startup-runtime:1.1.1'
implementation 'androidx.startup:startup-runtime:1.2.0'
implementation 'androidx.test.ext:junit-ktx:1.2.1'
// AndroidX Test - JVM testing
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit a2288dc

Please sign in to comment.