... |
... |
@@ -30,8 +30,13 @@ |
30 |
30 |
* 22 API Level 부터 31 API Level 까지 지원 |
31 |
31 |
|
32 |
32 |
((( |
33 |
|
- |
34 |
34 |
|
|
34 |
+{{warning} |
|
35 |
+}Android 12 이상에서 실행되거나 Android 12 이상을 타겟팅하는 앱은, |
|
36 |
+android:allowBackup="false"를 지정하면 Google Drive 백업이 사용 중지되지만 앱의 D2D 전송은 사용 중지되지 않는다. |
|
37 |
+매니페스트 파일에서 android:dataExtractionRules 속성을 사용하여 앱이 새 XML 구성 메커니즘으로 포함 및 제외 규칙을 지정해야 한다. |
|
38 |
+{{/warning}} |
|
39 |
+ |
35 |
35 |
{{warning}} |
36 |
36 |
2020년 8월 부터 신규앱을 마켓에 업로드하기 위해서는 구글 안드로이드의 정책에 따라 타깃을 30 이상으로, 업그레이드의 경우 11월까지 지원해야 한다. |
37 |
37 |
{{/warning}} |
... |
... |
@@ -246,25 +246,25 @@ |
246 |
246 |
|
247 |
247 |
implementation "org.slf4j:slf4j-api:1.7.32" |
248 |
248 |
implementation "com.github.tony19:logback-android:2.0.0" |
249 |
|
-implementation "com.fasterxml.jackson.core:jackson-core:2.12.3" |
250 |
|
-implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.3" |
251 |
|
-implementation "com.fasterxml.jackson.core:jackson-databind:2.12.3" |
|
254 |
+implementation "com.fasterxml.jackson.core:jackson-core:2.13.1" |
|
255 |
+implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.1" |
|
256 |
+implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1" |
252 |
252 |
implementation "com.squareup.okhttp3:okhttp:3.11.0" |
253 |
253 |
implementation "com.j256.ormlite:ormlite-android:6.1" |
254 |
254 |
implementation "io.reactivex.rxjava2:rxjava:2.2.21" |
255 |
255 |
implementation "io.reactivex.rxjava2:rxandroid:2.1.1" |
256 |
256 |
|
257 |
|
-// Add the libhone-barcode library |
|
262 |
+// For libhone-barcode library |
258 |
258 |
api 'com.google.zxing:core:3.2.1' |
259 |
259 |
|
260 |
|
-// Add the libhone-beacon library |
|
265 |
+// For libhone-beacon library |
261 |
261 |
implementation "org.altbeacon:android-beacon-library:2.19.4" |
262 |
262 |
|
263 |
|
-// Add the libhone-gallery library |
264 |
|
-implementation "com.github.bumptech.glide:glide:4.13.1" |
265 |
|
-kapt "com.github.bumptech.glide:compiler:4.13.1" |
|
268 |
+// For libhone-gallery library |
|
269 |
+implementation "com.github.bumptech.glide:glide:4.13.2" |
|
270 |
+kapt "com.github.bumptech.glide:compiler:4.13.2" |
266 |
266 |
|
267 |
|
-// Add the libhone-nfc library |
|
272 |
+// For libhone-nfc library |
268 |
268 |
implementation "com.google.guava:guava:31.1-jre" |
269 |
269 |
|
270 |
270 |
implementation files('libs/libhone-release.aar') |