mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
fix: apps use native-api-usage to be able to constantly test it
This commit is contained in:
8
tools/assets/App_Resources/Android/native-api-usage.json
Normal file
8
tools/assets/App_Resources/Android/native-api-usage.json
Normal 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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user