Skip to content

Commit ff1b8d6

Browse files
committed
chore: replace app with app2; update BottomBarType.SUCCESS to use themed color
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 2cd273f commit ff1b8d6

102 files changed

Lines changed: 101 additions & 9347 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-fcash-upload-android.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/build-fcash2-upload-android.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Flipcash2 Build and Deploy
22

33
env:
44
# The name of the main module repository
5-
main_project_module: apps:flipcash:app2
5+
main_project_module: apps:flipcash:app
66

77
# The name of the Play Store
88
playstore_name: Flipcash
@@ -60,7 +60,7 @@ jobs:
6060
id: google_services_json_file
6161
with:
6262
fileName: google-services.json
63-
fileDir: ./apps/flipcash/app2/src
63+
fileDir: ./apps/flipcash/app/src
6464
encodedString: ${{ secrets.FLIPCASH2_GOOGLE_SERVICES }}
6565

6666
- name: Decode Service Account Key JSON file
@@ -82,7 +82,7 @@ jobs:
8282
uses: timheuer/base64-to-file@v1
8383
with:
8484
fileName: key
85-
fileDir: ./apps/flipcash/app2/key
85+
fileDir: ./apps/flipcash/app/key
8686
encodedString: ${{ secrets.UPLOAD_KEY_STORE }}
8787

8888
- name: Setup BugSnag API Key
@@ -115,5 +115,5 @@ jobs:
115115
with:
116116
name: assets
117117
path: |
118-
${{ github.workspace }}/apps/flipcash/app2/build/outputs/bundle/release
119-
${{ github.workspace }}/apps/flipcash/app2/build/outputs/apk/release
118+
${{ github.workspace }}/apps/flipcash/app/build/outputs/bundle/release
119+
${{ github.workspace }}/apps/flipcash/app/build/outputs/apk/release

apps/flipcash/app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
val contributorsSigningConfig = ContributorsSignatory(rootProject)
24-
val appNamespace = "${Gradle.flipcashNamespace}.android.app"
24+
val appNamespace = "${Gradle.flipcashNamespace}.app.android"
2525

2626
android {
2727
// static namespace
@@ -159,7 +159,6 @@ dependencies {
159159
implementation(project(":apps:flipcash:shared:phone"))
160160
implementation(project(":apps:flipcash:shared:shareable"))
161161
implementation(project(":apps:flipcash:shared:tokens"))
162-
implementation(project(":apps:flipcash:shared:transfers"))
163162
implementation(project(":apps:flipcash:shared:web"))
164163
implementation(project(":apps:flipcash:shared:workers"))
165164
implementation(project(":apps:flipcash:features:login"))

apps/flipcash/app/dapp_publishing/config.yaml

Lines changed: 0 additions & 74 deletions
This file was deleted.

apps/flipcash/app/dapp_publishing/package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)