File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 113
113
<intent-filter >
114
114
<action android : name =" android.intent.action.MAIN" />
115
115
<category android : name =" android.intent.category.LAUNCHER" />
116
+ <category android : name =" android.intent.category.NOTIFICATION_PREFERENCES" />
116
117
</intent-filter >
117
118
118
119
</activity-alias >
128
129
<intent-filter >
129
130
<action android : name =" android.intent.action.MAIN" />
130
131
<category android : name =" android.intent.category.LAUNCHER" />
132
+ <category android : name =" android.intent.category.NOTIFICATION_PREFERENCES" />
131
133
</intent-filter >
132
134
133
135
</activity-alias >
143
145
<intent-filter >
144
146
<action android : name =" android.intent.action.MAIN" />
145
147
<category android : name =" android.intent.category.LAUNCHER" />
148
+ <category android : name =" android.intent.category.NOTIFICATION_PREFERENCES" />
146
149
</intent-filter >
147
150
148
151
</activity-alias >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ compile-sdk = "34"
5
5
target-sdk = " 34"
6
6
gradle = " 8.2.1"
7
7
kotlin = " 1.9.22"
8
- kotlin-ksp = " 1.9.21 -1.0.16"
8
+ kotlin-ksp = " 1.9.22 -1.0.16"
9
9
kotlin-coroutines = " 1.7.3"
10
10
kotlin-serialization-json = " 1.6.2"
11
11
detekt = " 1.23.4"
@@ -38,7 +38,7 @@ androidx-browser = "1.7.0"
38
38
androidx-core-ktx = " 1.12.0"
39
39
androidx-core-splashscreen = " 1.0.1"
40
40
androidx-constraintlayout = " 1.0.1"
41
- androidx-lifecycle = " 2.6.2 "
41
+ androidx-lifecycle = " 2.7.0 "
42
42
androidx-hilt-navigation-compose = " 1.1.0"
43
43
androidx-hilt-work = " 1.1.0"
44
44
androidx-navigation = " 2.7.6"
You can’t perform that action at this time.
0 commit comments