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: hi-manshu/Kalendar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c180f8cbfbe865012f5da532f6402988c1a22f01
Choose a base ref
..
head repository: hi-manshu/Kalendar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85606cf9110961f04a687bbea557e141ce01358a
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +2 −2 app/build.gradle
  2. +1 −1 kalendar-endlos/build.gradle
  3. +1 −1 kalendar/build.gradle
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -65,15 +65,15 @@ dependencies {
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'androidx.activity:activity-compose:1.5.1'
implementation platform('androidx.compose:compose-bom:2023.09.01')
implementation platform('androidx.compose:compose-bom:2023.09.02')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation platform('androidx.compose:compose-bom:2023.09.01')
androidTestImplementation platform('androidx.compose:compose-bom:2023.09.02')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
2 changes: 1 addition & 1 deletion kalendar-endlos/build.gradle
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ mavenPublishing {
dependencies {

//Compose
implementation platform('androidx.compose:compose-bom:2023.09.01')
implementation platform('androidx.compose:compose-bom:2023.09.02')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'
2 changes: 1 addition & 1 deletion kalendar/build.gradle
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ dependencies {
implementation 'com.google.android.material:material:1.9.0'

//Compose
implementation platform('androidx.compose:compose-bom:2023.09.01')
implementation platform('androidx.compose:compose-bom:2023.09.02')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.animation:animation'