spiegel-keyman/android/KMEA/AndroidManifest.xml
darcywong00 6d26d7cd9e Keyman for Android 2.8 Open Source
Copy over the Android source
Update build.sh scripts for new paths
KMEA/build.sh also updated to build KMW and use the artifacts
2017-07-21 11:52:22 +07:00

13 lines
No EOL
388 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>