mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Copy over the Android source Update build.sh scripts for new paths KMEA/build.sh also updated to build KMW and use the artifacts
13 lines
No EOL
388 B
XML
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> |