Skip to content

Commit

Permalink
Change android app label, namespace, package and appID
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Jun 3, 2024
1 parent a9e98d2 commit a8dbfcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}

android {
namespace "io.xconn.xconn_ui"
namespace "io.xconn.wick_ui"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion

Expand All @@ -42,7 +42,7 @@ android {

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "io.xconn.xconn_ui"
applicationId "io.xconn.wick_ui"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="xconn_ui"
android:label="Wick"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.xconn.xconn_ui
package io.xconn.wick_ui

import io.flutter.embedding.android.FlutterActivity

Expand Down

0 comments on commit a8dbfcb

Please sign in to comment.