From fd404452d916c29c6dd010e76b705ab0584d3e70 Mon Sep 17 00:00:00 2001 From: wonjunYou Date: Mon, 11 Nov 2024 16:10:46 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-000]=20assetlinks.json=20=EA=B5=90?= =?UTF-8?q?=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/scheduler/CrawlingJobScheduler.kt | 2 +- .../static/.well-known/assetlinks.json | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt b/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt index e79eac44..18153b57 100644 --- a/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt +++ b/idle-batch/src/main/kotlin/com/swm/idle/batch/common/scheduler/CrawlingJobScheduler.kt @@ -13,7 +13,7 @@ class CrawlingJobScheduler( private val crawlingJobConfig: CrawlingJobConfig, ) { - @Scheduled(cron = "0 15 14 * * *") + @Scheduled(cron = "0 30 16 * * *") fun scheduleJob() { val jobParameters: JobParameters = JobParametersBuilder() .addLong("timestamp", System.currentTimeMillis()) diff --git a/idle-presentation/src/main/resources/static/.well-known/assetlinks.json b/idle-presentation/src/main/resources/static/.well-known/assetlinks.json index 423eeb26..abd2b2d1 100644 --- a/idle-presentation/src/main/resources/static/.well-known/assetlinks.json +++ b/idle-presentation/src/main/resources/static/.well-known/assetlinks.json @@ -1,9 +1,11 @@ -[{ - "relation": ["delegate_permission/common.handle_all_urls"], - "target": { - "namespace": "android_app", - "package_name": "com.idle.care", - "sha256_cert_fingerprints": - ["5C:27:CE:2F:E7:FE:C6:18:47:0A:F4:CE:8F:8B:01:D3:3C:99:24:9A:C0:8C:C1:43:A4:14:F8:32:E7:25:6F:E6"] +[ + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.idle.care", + "sha256_cert_fingerprints": + ["0F:82:C2:F8:FE:04:0F:B0:61:7E:8A:68:DE:D8:35:81:15:D1:E5:6D:30:78:1C:1A:0E:83:F3:EB:5E:2F:8E:68"] + } } -}] +]