From version 221.1
edited by 동석 김
on 2023/07/15 12:54
Change comment: There is no comment for this version
To version 220.1
edited by 동석 김
on 2023/07/15 12:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -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"
... ... @@ -504,9 +504,6 @@
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 -
510 510   <application
511 511   android:name=".MainApp"
512 512   android:allowBackup="false"