Skip to content

Commit aa162a2

Browse files
authored
Merge branch 'develop' into dependabot/gradle/kotlin-1.9.22
2 parents d8f2546 + 4e1dbea commit aa162a2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
<intent-filter>
114114
<action android:name="android.intent.action.MAIN" />
115115
<category android:name="android.intent.category.LAUNCHER" />
116+
<category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
116117
</intent-filter>
117118

118119
</activity-alias>
@@ -128,6 +129,7 @@
128129
<intent-filter>
129130
<action android:name="android.intent.action.MAIN" />
130131
<category android:name="android.intent.category.LAUNCHER" />
132+
<category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
131133
</intent-filter>
132134

133135
</activity-alias>
@@ -143,6 +145,7 @@
143145
<intent-filter>
144146
<action android:name="android.intent.action.MAIN" />
145147
<category android:name="android.intent.category.LAUNCHER" />
148+
<category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
146149
</intent-filter>
147150

148151
</activity-alias>

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compile-sdk = "34"
55
target-sdk = "34"
66
gradle = "8.2.1"
77
kotlin = "1.9.22"
8-
kotlin-ksp = "1.9.21-1.0.16"
8+
kotlin-ksp = "1.9.22-1.0.16"
99
kotlin-coroutines = "1.7.3"
1010
kotlin-serialization-json = "1.6.2"
1111
detekt = "1.23.4"
@@ -38,7 +38,7 @@ androidx-browser = "1.7.0"
3838
androidx-core-ktx = "1.12.0"
3939
androidx-core-splashscreen = "1.0.1"
4040
androidx-constraintlayout = "1.0.1"
41-
androidx-lifecycle = "2.6.2"
41+
androidx-lifecycle = "2.7.0"
4242
androidx-hilt-navigation-compose = "1.1.0"
4343
androidx-hilt-work = "1.1.0"
4444
androidx-navigation = "2.7.6"

0 commit comments

Comments
 (0)