... |
... |
@@ -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.1.0" |
262 |
|
-implementation "androidx.window:window-java:1.1.0" |
263 |
|
-implementation "androidx.window:window-rxjava2: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 " |
264 |
264 |
implementation "androidx.webkit:webkit:1.6.1" |
265 |
265 |
|
266 |
266 |
implementation "org.slf4j:slf4j-api:2.0.7" |
... |
... |
@@ -504,6 +504,9 @@ |
504 |
504 |
<!-- oprations 을 통한 앱 배포 및 설치 시 아래의 권한을 설정해야 한다. --> |
505 |
505 |
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
506 |
506 |
|
|
507 |
+ <!-- Android 13 (API level 33) 앱 실행 시 알람 허용 여부 권한 설정 필요; --> |
|
508 |
+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> |
|
509 |
+ |
507 |
507 |
<application |
508 |
508 |
android:name=".MainApp" |
509 |
509 |
android:allowBackup="false" |