mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-24 01:43:52 +08:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
/**
|
|
* A lot of plugins still used utils/utils
|
|
* Left here for convenience (over time can eventually remove these)
|
|
*/
|
|
export * from './index';
|
|
|
|
export const SDK_VERSION = android.os.Build.VERSION.SDK_INT;
|