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: ofalvai/HabitBuilder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7437e445999d98ac8daff6396cdfed228223e5cc
Choose a base ref
..
head repository: ofalvai/HabitBuilder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b6f1dead91bd3e971971686afb2a8e93e70bbbc
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −1 app/build.gradle
  2. +0 −1 gradle/libs.versions.toml
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -133,7 +133,6 @@ dependencies {

implementation libs.logcat
implementation libs.accompanist.systemuicontroller
implementation libs.accompanist.navigation

implementation libs.hilt.android
implementation libs.hilt.navigation.compose
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@ calendarview = "com.kizitonwose.calendar:compose:2.4.0"
reorderable = "org.burnoutcrew.composereorderable:reorderable:0.8.1"

accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
accompanist-navigation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "accompanist"}

bugsnag-gradle = "com.bugsnag:bugsnag-android-gradle-plugin:8.1.0"
bugsnag-runtime = "com.bugsnag:bugsnag-android-core:5.32.3"