From 305d56453d760cdb290fc0551a2b6d6779fa53f4 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 30 Sep 2021 14:54:26 +0200 Subject: [PATCH] fix: apps use native-api-usage to be able to constantly test it --- tools/assets/App_Resources/Android/native-api-usage.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/assets/App_Resources/Android/native-api-usage.json diff --git a/tools/assets/App_Resources/Android/native-api-usage.json b/tools/assets/App_Resources/Android/native-api-usage.json new file mode 100644 index 000000000..eb1316f37 --- /dev/null +++ b/tools/assets/App_Resources/Android/native-api-usage.json @@ -0,0 +1,8 @@ +{ + "whitelist-plugins-usages": true, + "blacklist": [ + "androidx.appcompat*:R.*", "androidx.appcompat*:R*", "*:*BuildConfig", + "com.nativescript*:R.*", "com.nativescript*:R", + "org.nativescript*:R.*", "org.nativescript*:R" + ] + } \ No newline at end of file