mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
33 lines
852 B
JSON
33 lines
852 B
JSON
{
|
|
"uses": [
|
|
"java.lang:*",
|
|
"java.lang.reflect:*",
|
|
"java.io:*",
|
|
"java.nio:*",
|
|
"java.util:*",
|
|
"com.tns*:*",
|
|
"org.nativescript*:*",
|
|
"android.content*:*",
|
|
"android.app*:*",
|
|
"android.os*:*",
|
|
"android.view*:*",
|
|
"android.net*:*",
|
|
"android.graphics*:*",
|
|
"android.util*:*",
|
|
"android.media*:*",
|
|
"android.widget*:*",
|
|
"android.animation*:*",
|
|
"android.provider*:*",
|
|
"android.text*:*",
|
|
"android.webkit*:*",
|
|
"androidx.appcompat*:*",
|
|
"androidx.core*:*",
|
|
"androidx.viewpager.widget*:*",
|
|
"androidx.fragment*:*",
|
|
"androidx.transition*:*",
|
|
"androidx.lifecycle*:*",
|
|
"android.inputmethodservice*:*",
|
|
"androidx.activity:ComponentActivity"
|
|
]
|
|
}
|