From 06fc6564b73ff2403eebabf5f9374a62abfe0772 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 20 May 2026 07:14:19 +0000 Subject: Fix two pre-existing compile errors caught by CI - Enable buildConfig generation explicitly (AGP 8+ disabled it by default); fixes Unresolved reference 'BuildConfig' in MainActivity - Add required onCancellation lambda to cont.resume() in TrackStorage; fixes 'No value passed for parameter onCancellation' with coroutines 1.10.2 https://claude.ai/code/session_01YUbuZNDAoLea4cf9UGQ9qn --- android-app/app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'android-app/app/build.gradle') diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index 554b513..472d678 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -39,6 +39,7 @@ android { buildFeatures { viewBinding true + buildConfig true } testOptions { -- cgit v1.2.3