diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle
index 79f8fa3d..0dbbf8e5 100644
--- a/app/android/app/build.gradle
+++ b/app/android/app/build.gradle
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
}
android {
- namespace = "eu.weblibre.browser"
+ namespace = "eu.weblibre.gecko"
compileSdk = 35
//Temporary fix
ndkVersion = "27.0.12077973" //flutter.ndkVersion
@@ -40,7 +40,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
- applicationId = "eu.weblibre.browser"
+ applicationId = "eu.weblibre.gecko"
// https://api.flutter.dev/flutter/widgets/AndroidView-class.html
//https://inappwebview.dev/docs/intro/#setup-android
minSdk = 23
diff --git a/app/android/app/src/main/AndroidManifest.xml b/app/android/app/src/main/AndroidManifest.xml
index 679cb6ea..b39aa735 100644
--- a/app/android/app/src/main/AndroidManifest.xml
+++ b/app/android/app/src/main/AndroidManifest.xml
@@ -66,7 +66,7 @@
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTask"
- android:taskAffinity="eu.weblibre.browser.task"
+ android:taskAffinity="eu.weblibre.gecko.task"
android:theme="@style/LaunchTheme"
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
@@ -90,7 +90,7 @@
-
+
diff --git a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/FullWidgetProvider.kt b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/FullWidgetProvider.kt
index 0f051397..579ed5d8 100644
--- a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/FullWidgetProvider.kt
+++ b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/FullWidgetProvider.kt
@@ -1,4 +1,4 @@
-package eu.weblibre.browser
+package eu.weblibre.gecko
import android.appwidget.AppWidgetManager
import android.content.Context
diff --git a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MainActivity.kt b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MainActivity.kt
index a82ca9d3..0c129a91 100644
--- a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MainActivity.kt
+++ b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MainActivity.kt
@@ -1,4 +1,4 @@
-package eu.weblibre.browser
+package eu.weblibre.gecko
import android.content.Context
import android.os.Bundle
diff --git a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MyApplication.kt b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MyApplication.kt
index 3f67019b..eb18f8ec 100644
--- a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MyApplication.kt
+++ b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/MyApplication.kt
@@ -1,4 +1,4 @@
-package eu.weblibre.browser
+package eu.weblibre.gecko
import android.app.ActivityManager
import android.app.Application
diff --git a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/SearchBarWidgetProvider.kt b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/SearchBarWidgetProvider.kt
index 7696da17..ca000bf5 100644
--- a/app/android/app/src/main/kotlin/me/movenext/bang_navigator/SearchBarWidgetProvider.kt
+++ b/app/android/app/src/main/kotlin/me/movenext/bang_navigator/SearchBarWidgetProvider.kt
@@ -1,4 +1,4 @@
-package eu.weblibre.browser
+package eu.weblibre.gecko
import android.appwidget.AppWidgetManager
import android.content.Context