Preview: AndroidManifest.xml
Size: 488 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/ReactAndroid/src/main/AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
>
<!-- This is necessary to inform the linter about our min API version. The linter walk the tree
up from the file to lint until it find an AndroidManifest with a minSdkVersion. This is then used
as the min SDK to lint the file.-->
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="35"
/>
</manifest>
Directory Contents
Dirs: 3 × Files: 1