File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
androidApp/src/androidMain Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : tools = " http://schemas.android.com/tools " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
33
44 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
55 <uses-permission android : name =" android.permission.INTERNET" />
66 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
77
8- <!-- TODO remove these once https://github.com/JetBrains/kotlinconf-app/issues/480 is fixed -->
9- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" tools : node =" remove" />
10- <uses-permission android : name =" android.permission.READ_PHONE_STATE" tools : node =" remove" />
11- <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" tools : node =" remove" />
12-
138 <application
149 android : allowBackup =" true"
1510 android : dataExtractionRules =" @xml/data_extraction_rules"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ hikaricp = "5.1.0"
2727jib = " 3.4.4"
2828junit = " 4.13.2"
2929kmpnotifier = " 1.5.1"
30- koin = " 4.1.0-Beta8 "
30+ koin = " 4.1.0-Beta10 "
3131kotlin = " 2.1.20"
3232kotlinx-datetime = " 0.6.2"
3333ktor = " 3.1.1"
You can’t perform that action at this time.
0 commit comments