update the package name for the Android UI

This commit is contained in:
krasimir
2010-07-08 10:26:10 +00:00
parent 4539830212
commit c4a00695db
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.grammaticalframework.fridge"
package="org.grammaticalframework.ui.android"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">

View File

@@ -1,4 +1,4 @@
package org.grammaticalframework.fridge;
package org.grammaticalframework.ui.android;
import java.util.Arrays;