Skip to content

Commit bcad5dc

Browse files
committed
Android package name is com.compellio.wallet
1 parent 7adbd79 commit bcad5dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535

3636
defaultConfig {
3737
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
38-
applicationId = "wallet.compellio.com"
38+
applicationId = "com.compellio.wallet"
3939
// You can update the following values to match your application needs.
4040
// For more information, see: https://flutter.dev/to/review-gradle-config.
4141
minSdk = flutter.minSdkVersion

macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FLUTTER_ROOT=/opt/flutter
33
FLUTTER_APPLICATION_PATH=/volume/AltMe
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build
6-
FLUTTER_BUILD_NAME=1.0.8
7-
FLUTTER_BUILD_NUMBER=16
6+
FLUTTER_BUILD_NAME=1.0.9
7+
FLUTTER_BUILD_NUMBER=17
88
DART_OBFUSCATION=false
99
TRACK_WIDGET_CREATION=true
1010
TREE_SHAKE_ICONS=false

macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export "FLUTTER_ROOT=/opt/flutter"
44
export "FLUTTER_APPLICATION_PATH=/volume/AltMe"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"
7-
export "FLUTTER_BUILD_NAME=1.0.8"
8-
export "FLUTTER_BUILD_NUMBER=16"
7+
export "FLUTTER_BUILD_NAME=1.0.9"
8+
export "FLUTTER_BUILD_NUMBER=17"
99
export "DART_OBFUSCATION=false"
1010
export "TRACK_WIDGET_CREATION=true"
1111
export "TREE_SHAKE_ICONS=false"

0 commit comments

Comments
 (0)