mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02:00
10 lines
303 B
XML
10 lines
303 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.example.app"
|
|
android:installLocation="auto"
|
|
android:versionCode="1"
|
|
android:versionName="0.1" >
|
|
|
|
<application android:networkSecurityConfig="@xml/NetworkSecurityConfig">
|
|
</application>
|
|
|
|
</manifest> |