Files
kotlin/compiler/testData/cli/jvm/androidPlugin/AndroidManifest.xml
2015-03-13 15:46:37 +03:00

6 lines
183 B
XML
Vendored

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myapp"
android:versionCode="1"
android:versionName="1.0" >
</manifest>