change package name
This commit is contained in:
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "eu.weblibre.browser"
|
namespace = "eu.weblibre.gecko"
|
||||||
compileSdk = 35
|
compileSdk = 35
|
||||||
//Temporary fix
|
//Temporary fix
|
||||||
ndkVersion = "27.0.12077973" //flutter.ndkVersion
|
ndkVersion = "27.0.12077973" //flutter.ndkVersion
|
||||||
@@ -40,7 +40,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
// 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://api.flutter.dev/flutter/widgets/AndroidView-class.html
|
||||||
//https://inappwebview.dev/docs/intro/#setup-android
|
//https://inappwebview.dev/docs/intro/#setup-android
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:taskAffinity="eu.weblibre.browser.task"
|
android:taskAffinity="eu.weblibre.gecko.task"
|
||||||
android:theme="@style/LaunchTheme"
|
android:theme="@style/LaunchTheme"
|
||||||
android:supportsPictureInPicture="true"
|
android:supportsPictureInPicture="true"
|
||||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="eu.weblibre.browser.action.LAUNCH" />
|
<action android:name="eu.weblibre.gecko.action.LAUNCH" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package eu.weblibre.browser
|
package eu.weblibre.gecko
|
||||||
|
|
||||||
import android.appwidget.AppWidgetManager
|
import android.appwidget.AppWidgetManager
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package eu.weblibre.browser
|
package eu.weblibre.gecko
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package eu.weblibre.browser
|
package eu.weblibre.gecko
|
||||||
|
|
||||||
import android.app.ActivityManager
|
import android.app.ActivityManager
|
||||||
import android.app.Application
|
import android.app.Application
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
package eu.weblibre.browser
|
package eu.weblibre.gecko
|
||||||
|
|
||||||
import android.appwidget.AppWidgetManager
|
import android.appwidget.AppWidgetManager
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
|
|||||||
Reference in New Issue
Block a user