Skip to content

Commit 2f8a3db

Browse files
authored
Merge pull request #18 from Javernaut/update/housekeeping
Minor versions update
2 parents 1bd6be3 + 6f32073 commit 2f8a3db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/java/com/javernaut/whatthecodec/home/ui/RootActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class RootActivity : ComponentActivity() {
8282

8383
override fun onRequestPermissionsResult(
8484
requestCode: Int,
85-
permissions: Array<out String>,
85+
permissions: Array<String>,
8686
grantResults: IntArray
8787
) {
8888
when (requestCode) {

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ kotlinx-coroutines = "1.8.0"
66

77
androidx-lifecycle = "2.7.0"
88
androidx-window = "1.2.0"
9-
androidx-datastore = "1.0.0"
9+
androidx-datastore = "1.1.0"
1010
androidx-navigation = "2.7.7"
11-
androidx-activity-compose = "1.8.2"
12-
androidx-compose-bom = "2024.04.00"
13-
androidx-compose-compiler = "1.5.11"
11+
androidx-activity-compose = "1.9.0"
12+
androidx-compose-bom = "2024.04.01"
13+
androidx-compose-compiler = "1.5.12"
1414

1515
google-ksp = "1.9.23-1.0.20"
1616
google-dagger = "2.51.1"

0 commit comments

Comments
 (0)