mirror of
https://github.com/github/codeql.git
synced 2026-02-10 12:11:07 +01: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> |