Skip to content

Commit 7adbd79

Browse files
committed
Revert "package name is com.compellio.wallet"
This reverts commit da02e45.
1 parent da02e45 commit 7adbd79

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.compellio.wallet">
2+
package="wallet.compellio.com">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.compellio.wallet">
2+
package="wallet.compellio.com">
33

44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.CAMERA" />

android/app/src/main/kotlin/co/altme/alt/me/altme/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.compellio.wallet
1+
package wallet.compellio.com
22

33
import io.flutter.embedding.android.FlutterActivity
44

android/app/src/profile/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.compellio.wallet">
2+
package="wallet.compellio.com">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

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.9
7-
FLUTTER_BUILD_NUMBER=17
6+
FLUTTER_BUILD_NAME=1.0.8
7+
FLUTTER_BUILD_NUMBER=16
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.9"
8-
export "FLUTTER_BUILD_NUMBER=17"
7+
export "FLUTTER_BUILD_NAME=1.0.8"
8+
export "FLUTTER_BUILD_NUMBER=16"
99
export "DART_OBFUSCATION=false"
1010
export "TRACK_WIDGET_CREATION=true"
1111
export "TREE_SHAKE_ICONS=false"

0 commit comments

Comments
 (0)