Skip to content

Commit e062575

Browse files
committed
fix: crash fixes
1 parent 74dd6fe commit e062575

File tree

6 files changed

+24
-11
lines changed

6 files changed

+24
-11
lines changed

.idea/gradle.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/aritra/notify/components/appbar/AddEditBottomBar.kt

-5
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ fun AddEditBottomBar(
105105
onDismissRequest = { showSheet = false },
106106
sheetState = sheetState,
107107
dragHandle = { BottomSheetDefaults.DragHandle() },
108-
windowInsets = if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) {
109-
WindowInsets.ime
110-
} else {
111-
WindowInsets(0, 0, 0, 0)
112-
},
113108
content = {
114109
Column(
115110
modifier = Modifier

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ desugar_jdk_libs = "2.0.3"
1212
espresso-core = "3.6.1"
1313
google-gson = "2.10.1"
1414
gradle = "8.1.4"
15-
hiltAndroid = "2.48.1"
15+
hiltAndroid = "2.55"
1616
hiltNavigationCompose = "1.0.0"
1717
junit = "4.13.2"
1818
leakcanaryAndroid = "2.12"
@@ -27,9 +27,9 @@ runtimeLivedata = "1.5.3"
2727
bom = "2024.05.00"
2828
kotlinBom = "1.9.20"
2929
material3windowsize = "1.3.1"
30-
android-application = "8.1.4"
31-
kotlin-android = "2.0.21"
32-
dagger-hilt-android = "2.48.1"
30+
android-application = "8.3.2"
31+
kotlin-android = "2.1.0"
32+
dagger-hilt-android = "2.55"
3333
devtools-ksp = "2.1.0-1.0.29"
3434
zoomable = "0.6.2"
3535
zoomableImageCoil = "0.6.2"

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)