api-android/lib/AndroidManifest.xml
Alexander Borsuk 80069e1acb Updated API example
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-06-11 13:12:28 +03:00

8 lines
197 B
XML

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