mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 05:35:51 +00:00
9 lines
267 B
XML
9 lines
267 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.sap.sse.datamining.annotations"
|
|
android:versionCode="1"
|
|
android:versionName="1.1.0">
|
|
|
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22" />
|
|
|
|
</manifest>
|