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