From 71f34e83304edbffa59e89c7f126da2a15811ae5 Mon Sep 17 00:00:00 2001 From: Gabriel Bull Date: Fri, 2 Apr 2021 15:58:57 -0400 Subject: [PATCH] fix: Added testresults.gradle in bundle as it is required to install on android using next storage --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b54560dc..ff0ce6d9 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "types/", "android/src", "android/build.gradle", + "android/testresults.gradle", "ios/", "macos/", "windows/",