Skip to content

Commit

Permalink
[IDLE-000] assetlinks.json 교체
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Nov 11, 2024
1 parent 76cbd35 commit fd40445
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down
Original file line number Diff line number Diff line change
@@ -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"]
}
}
}]
]

0 comments on commit fd40445

Please sign in to comment.