mirror of
https://github.com/nicobo/dataprovence.git
synced 2026-04-09 23:49:54 +02:00
15 lines
417 B
XML
15 lines
417 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="bma.groomservice.dataprovence"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
|
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="16" />
|
|
|
|
<application android:label="@string/app_name"
|
|
android:icon="@drawable/ic_launcher"
|
|
android:theme="@style/AppTheme">
|
|
|
|
</application>
|
|
|
|
</manifest>
|