mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
16 lines
445 B
XML
16 lines
445 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.owncloud.android.oc_framework"
|
|
android:versionCode="1"
|
|
android:versionName="1.0" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="8"
|
|
android:targetSdkVersion="19" />
|
|
|
|
<application
|
|
android:icon="@drawable/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:theme="@style/AppTheme" >
|
|
</application>
|
|
|
|
</manifest>
|