7 lines
334 B
XML
7 lines
334 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="io.grpc.examples.HelloworldXamarin">
|
|||
|
|
<uses-sdk android:minSdkVersion="15" />
|
|||
|
|
<application android:label="HelloworldXamarin">
|
|||
|
|
</application>
|
|||
|
|
</manifest>
|