fix: apps use native-api-usage to be able to constantly test it

This commit is contained in:
Martin Guillon
2021-09-30 14:54:26 +02:00
parent 2c7a8f1d76
commit 305d56453d

View File

@ -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"
]
}