Renaming package to org.comunes.fires

This commit is contained in:
vjrj 2018-06-13 10:39:33 +02:00
parent 521eef5aa8
commit 345b54bec3
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.comunes.firesflutter">
package="org.comunes.fires">
<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application

View file

@ -1,4 +1,4 @@
package org.comunes.firesflutter;
package org.comunes.fires;
import android.os.Bundle;