project rename

This commit is contained in:
Fabian Freund
2025-05-19 11:37:03 +02:00
parent e3ec1b6f86
commit 9b88e6d213
302 changed files with 1183 additions and 1184 deletions
@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "me.movenext.simple_intent_receiver_example"
namespace = "eu.weblibre.simple_intent_receiver_example"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "me.movenext.simple_intent_receiver_example"
applicationId = "eu.weblibre.simple_intent_receiver_example"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
@@ -1,4 +1,4 @@
package me.movenext.simple_intent_receiver_example
package eu.weblibre.simple_intent_receiver_example
import io.flutter.embedding.android.FlutterActivity