... |
... |
@@ -258,9 +258,9 @@ |
258 |
258 |
implementation "androidx.work:work-runtime-ktx:2.8.1 " |
259 |
259 |
implementation "androidx.concurrent:concurrent-futures:1.1.0 " |
260 |
260 |
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0" |
261 |
|
-implementation "androidx.window:window:1.0.0" |
262 |
|
-implementation "androidx.window:window-java:1.0.0" |
263 |
|
-implementation "androidx.window:window-rxjava2:1.0.0 " |
|
261 |
+implementation "androidx.window:window:1.1.0" |
|
262 |
+implementation "androidx.window:window-java:1.1.0" |
|
263 |
+implementation "androidx.window:window-rxjava2:1.1.0 " |
264 |
264 |
implementation "androidx.webkit:webkit:1.6.1" |
265 |
265 |
|
266 |
266 |
implementation "org.slf4j:slf4j-api:2.0.7" |
... |
... |
@@ -492,8 +492,6 @@ |
492 |
492 |
<uses-permission android:name="android.permission.READ_PHONE_NUMBERS" /> |
493 |
493 |
<uses-permission android:name="android.permission.READ_CONTACTS"/> |
494 |
494 |
<uses-permission android:name="android.permission.WRITE_CONTACTS"/> |
495 |
|
- <uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/> |
496 |
|
- <uses-permission android:name="android.permission.READ_MEDIA_VIDEO"/> |
497 |
497 |
|
498 |
498 |
<!-- For libhone-beacon library --> |
499 |
499 |
<uses-permission android:name="android.permission.BLUETOOTH"/> |
... |
... |
@@ -506,9 +506,6 @@ |
506 |
506 |
<!-- oprations 을 통한 앱 배포 및 설치 시 아래의 권한을 설정해야 한다. --> |
507 |
507 |
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
508 |
508 |
|
509 |
|
- <!-- Android 13 (API level 33) 앱 실행 시 알람 허용 여부 권한 설정 필요; --> |
510 |
|
- <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> |
511 |
|
- |
512 |
512 |
<application |
513 |
513 |
android:name=".MainApp" |
514 |
514 |
android:allowBackup="false" |