File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/src/main/java/com/javernaut/whatthecodec/home/ui Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class RootActivity : ComponentActivity() {
82
82
83
83
override fun onRequestPermissionsResult (
84
84
requestCode : Int ,
85
- permissions : Array <out String >,
85
+ permissions : Array <String >,
86
86
grantResults : IntArray
87
87
) {
88
88
when (requestCode) {
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ kotlinx-coroutines = "1.8.0"
6
6
7
7
androidx-lifecycle = " 2.7.0"
8
8
androidx-window = " 1.2.0"
9
- androidx-datastore = " 1.0 .0"
9
+ androidx-datastore = " 1.1 .0"
10
10
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 "
14
14
15
15
google-ksp = " 1.9.23-1.0.20"
16
16
google-dagger = " 2.51.1"
You can’t perform that action at this time.
0 commit comments