File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
androidApp/src/main/java/com/example/fruitties/android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ data class FruittieScreenKey(
53
53
54
54
class MainActivity : ComponentActivity () {
55
55
override fun onCreate (savedInstanceState : Bundle ? ) {
56
- super .onCreate(savedInstanceState)
57
56
enableEdgeToEdge()
57
+ super .onCreate(savedInstanceState)
58
58
setContent {
59
59
CompositionLocalProvider (
60
60
LocalAppContainer provides (this .applicationContext as FruittiesAndroidApp ).container,
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ composeBom = "2025.07.00"
26
26
dataStore = " 1.1.7"
27
27
kotlin = " 2.2.0"
28
28
kotlinx-coroutines = " 1.10.2"
29
- kotlinxDatetime = " 0.7.1"
29
+ kotlinxDatetime = " 0.7.1-0.6.x-compat "
30
30
ksp = " 2.2.0-2.0.2"
31
31
ktorVersion = " 3.2.2"
32
32
pagingComposeAndroid = " 3.3.6"
33
33
skie = " 0.10.4"
34
34
sqlite = " 2.5.2"
35
- spotless = " 7.2.0 "
35
+ spotless = " 7.2.1 "
36
36
okio = " 3.15.0"
37
37
kermit = " 2.0.6"
38
38
runner = " 1.6.2"
You can’t perform that action at this time.
0 commit comments