Skip to content

Commit f4d91c2

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 f4d91c2

103 files changed

Lines changed: 103 additions & 9413 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: 7 additions & 7 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
@@ -95,10 +95,10 @@ jobs:
9595
run: echo MIXPANEL_API_KEY=\"${{ secrets.FLIPCASH_MIXPANEL_API_KEY }}\" >> ./local.properties
9696

9797
- name: Run tests
98-
run: bundle exec fastlane android flipcash2_tests
98+
run: bundle exec fastlane android flipcash_tests
9999

100100
- name: Build & deploy Android release
101-
run: bundle exec fastlane android deploy_flipcash2
101+
run: bundle exec fastlane android deploy_flipcash
102102
env:
103103
STORE_FILE: ${{ steps.signing_key.outputs.filePath }}
104104
STORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
@@ -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)