Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 7e5c80f commit cf13206
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -232,21 +232,21 @@ dependencies {
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5")
implementation("androidx.activity:activity-compose:1.9.2")
implementation(platform("androidx.compose:compose-bom:2024.09.00"))
implementation("androidx.compose.ui:ui:1.7.0")
implementation("androidx.compose.ui:ui-graphics:1.7.0")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.0")
implementation(platform("androidx.compose:compose-bom:2024.09.01"))
implementation("androidx.compose.ui:ui:1.7.1")
implementation("androidx.compose.ui:ui-graphics:1.7.1")
implementation("androidx.compose.ui:ui-tooling-preview:1.7.1")
implementation("androidx.compose.material3:material3:1.3.0")
// implementation 'com.google.androidbrowserhelper:locationdelegation:1.1.1'
// implementation 'com.google.androidbrowserhelper:billing:1.0.0-alpha10'
implementation("com.google.androidbrowserhelper:androidbrowserhelper:2.5.0")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.0")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.0")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.0")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.01"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.1")
debugImplementation("androidx.compose.ui:ui-tooling:1.7.1")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.1")
}

tasks.register("generateShortcutsFile") {
Expand Down

0 comments on commit cf13206

Please sign in to comment.