Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kula-app/OnLaunch-Android-Client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4faaaa198578dca69e33b6d6f3fab4aceed0e254
Choose a base ref
..
head repository: kula-app/OnLaunch-Android-Client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56482178a24b9ae9de5438e2a7320e52cf4cab84
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 client/build.gradle.kts
  2. +1 −1 sample/build.gradle.kts
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ signing {
}

dependencies {
implementation("androidx.activity:activity-compose:1.9.2")
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.compose.material:material:1.7.0")
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["composeUiVersion"]}")
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ dependencies {

implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")
implementation("androidx.activity:activity-compose:1.9.2")
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.material:material:1.7.0")