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: b8041ce9cf598fdacc74d75466723a5dbfb73cbe
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: 3b58e5f8880b6af6703cbad53ad452bb51bdde46
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 app/build.gradle
  2. +1 −1 kalendar-endlos/build.gradle
  3. +1 −1 kalendar/build.gradle
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.5'
kotlinCompilerExtensionVersion '1.5.6'
}
packagingOptions {
resources {
2 changes: 1 addition & 1 deletion kalendar-endlos/build.gradle
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ android {
consumerProguardFiles "consumer-rules.pro"
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.5'
kotlinCompilerExtensionVersion '1.5.6'
}
buildTypes {
release {
2 changes: 1 addition & 1 deletion kalendar/build.gradle
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ android {
consumerProguardFiles "consumer-rules.pro"
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.5'
kotlinCompilerExtensionVersion '1.5.6'
}
buildTypes {
release {