From f35b87bf3e5081a027e6c537f0047b6fd579e193 Mon Sep 17 00:00:00 2001 From: Philipp Kewisch Date: Wed, 20 Nov 2024 21:23:07 +0100 Subject: [PATCH] - Update asset regex for K-9 Mail updates (#648) --- .../src/main/java/de/marmaro/krt/ffupdater/app/impl/K9Mail.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/K9Mail.kt b/ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/K9Mail.kt index 4ce14718..51ba3090 100644 --- a/ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/K9Mail.kt +++ b/ffupdater/src/main/java/de/marmaro/krt/ffupdater/app/impl/K9Mail.kt @@ -39,7 +39,7 @@ object K9Mail : AppBase() { val result = GithubConsumer.findLatestRelease( repository = GithubConsumer.GithubRepo("thunderbird", "thunderbird-android", 0), isValidRelease = { true }, - isSuitableAsset = { it.name.matches("k9-([0-9.]+).apk".toRegex()) }, + isSuitableAsset = { it.name.matches("k9mail-([0-9.]+).apk".toRegex()) }, requireReleaseDescription = false, ) return LatestVersion(