spiegel-keyman/android/KMEA/AndroidManifest.xml
2018-09-19 13:46:03 +07:00

13 lines
389 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tavultesoft.kmea"
android:versionCode="7"
android:versionName="1.5.1.0" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>
</manifest>