mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
7 lines
184 B
XML
Vendored
7 lines
184 B
XML
Vendored
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.myapp"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
|
|
|
|
</manifest> |