From d2031c971fce42798d8df288578a1d3d7421781d Mon Sep 17 00:00:00 2001 From: Ujjwal Kumar Date: Sat, 9 Nov 2024 01:36:31 +0530 Subject: [PATCH] NTP-11095 | Removed bundling of debug artifacts from coroutine core library (#13509) --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index f1cbfffb8d..aabb62523e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,6 +144,7 @@ android { } resources { excludes += ['META-INF'] + excludes += "DebugProbesKt.bin" } } repositories {