From 4fb78035740bf8a004b7fa93c6b1a4c58763066f Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 8 Jul 2021 11:07:50 +0200 Subject: [PATCH] chore: Fix Android npm files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 260f053..819c8bc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "lib/module", "lib/typescript", "android/build.gradle", - "android/*.aar", + "android/gradle.properties", + "android/CMakeLists.txt", "android/src", "ios/**/*.h", "ios/**/*.m",