forked from GitHub/gf-core
update the package name for the Android UI
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.grammaticalframework.fridge;
|
||||
package org.grammaticalframework.ui.android;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
Reference in New Issue
Block a user