Skip to content

Commit fcff923

Browse files
committed
Revert "feat: added application modules"
This reverts commit f31a0b6.
1 parent fd8f333 commit fcff923

File tree

153 files changed

+987
-4249
lines changed

Some content is hidden

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

153 files changed

+987
-4249
lines changed

.github/actions/create-release-notes/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ runs:
4141
id: version-generator
4242
shell: bash
4343
run: |
44-
mkdir -p ./cmp-android/build/outputs/
44+
mkdir -p ./androidApp/build/outputs/
4545
4646
echo "Previous Release Tag:"
4747
echo "${{ steps.latest-release-tag.outputs.result }}"
4848
4949
echo "Full Changelog:"
5050
CHANGELOG="${{ steps.generate-notes.outputs.result }}"
5151
echo -e "$CHANGELOG"
52-
printf "$CHANGELOG" > ./cmp-android/build/outputs/changelogGithub
52+
printf "$CHANGELOG" > ./androidApp/build/outputs/changelogGithub
5353
5454
echo "Beta Changelog:"
5555
git log --format="* %s" HEAD^..HEAD
56-
git log --format="* %s" HEAD^..HEAD > ./cmp-android/build/outputs/changelogBeta
56+
git log --format="* %s" HEAD^..HEAD > ./androidApp/build/outputs/changelogBeta

.github/actions/inflate-secrets/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ runs:
1616
- name: Mock debug google-services.json
1717
shell: bash
1818
run: |
19-
cp .github/mock-google-services.json cmp-android/google-services.json
19+
cp .github/mock-google-services.json androidApp/google-services.json
2020
2121
- name: Inflate release_keystore.keystore
2222
shell: bash
2323
env:
2424
KEYSTORE: ${{ inputs.keystore }}
2525
run: |
26-
echo $KEYSTORE | base64 --decode > cmp-android/release_keystore.keystore
26+
echo $KEYSTORE | base64 --decode > androidApp/release_keystore.keystore
2727
2828
- name: Inflate google-services.json
2929
shell: bash
3030
env:
3131
GOOGLE_SERVICES: ${{ inputs.google-services }}
3232
run: |
33-
echo $GOOGLE_SERVICES > cmp-android/google-services.json
33+
echo $GOOGLE_SERVICES > androidApp/google-services.json
3434
3535
- name: Inflate playStorePublishServiceCredentialsFile.json
3636
shell: bash

.github/workflows/master_dev_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
id: dependencyguard_baseline
100100
if: steps.dependencyguard_verify.outcome == 'failure' && github.event_name == 'pull_request'
101101
run: |
102-
./gradlew :cmp-android:dependencyGuard
102+
./gradlew :mifos-android:dependencyGuard
103103
104104
- name: Push new Dependency Guard baselines if available
105105
uses: stefanzweifel/git-auto-commit-action@v5
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Run tests
124124
run: |
125-
./gradlew :cmp-android:testDemoDebug
125+
./gradlew :mifos-android:testDemoDebug
126126
# ./gradlew testDebug :lint:test :androidApp:lintRelease :lint:lint
127127

128128
- name: Upload reports
@@ -177,7 +177,7 @@ jobs:
177177
java-version: 17
178178

179179
- name: Build APKs
180-
run: ./gradlew :cmp-android:assembleDemoDebug
180+
run: ./gradlew :mifos-android:assembleDemoDebug
181181

182182
- name: Upload APKs
183183
uses: actions/upload-artifact@v4

.github/workflows/release_to_internal_or_beta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.ORIGINAL_KEYSTORE_ALIAS_PASSWORD }}
6666
VERSION_CODE: ${{ steps.rel_number.outputs.version-code }}
6767
run: |
68-
./gradlew :cmp-android:assembleRelease
68+
./gradlew :androidApp:assembleRelease
6969
7070
- name: Archive Build
7171
uses: actions/upload-artifact@v4
@@ -89,8 +89,8 @@ jobs:
8989
draft: false
9090
prerelease: true
9191
files: |
92-
./cmp-android/build/outputs/apk/release/androidApp-release.apk
93-
./cmp-android/build/outputs/version_code.txt
92+
./androidApp/build/outputs/apk/release/androidApp-release.apk
93+
./androidApp/build/outputs/version_code.txt
9494
9595
- name: Print `git status`
9696
run: git status
@@ -152,7 +152,7 @@ jobs:
152152
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }}
153153
VERSION_CODE: ${{ steps.rel_number.outputs.version-code }}
154154
run: |
155-
./gradlew :cmp-android:bundleRelease
155+
./gradlew :androidApp:bundleRelease
156156
157157
- name: Deploy to Play Store Internal
158158
run: bundle exec fastlane android deploy_internal

.run/cmp-desktop.run.xml

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

.run/cmp-web-js.run.xml

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

.run/cmp-web-wasm.run.xml

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

.run/mifospay-android.run.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="cmp-android" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
3-
<module name="mifos-mobile.cmp-android.main" />
2+
<configuration default="false" name="androidApp" type="AndroidRunConfigurationType" factoryName="Android App" activateToolWindowBeforeRun="false">
3+
<module name="mobile-wallet.mifospay-android.main" />
44
<option name="DEPLOY" value="true" />
55
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
66
<option name="DEPLOY_AS_INSTANT" value="false" />

.run/mifospay-desktop.run.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="mifospay-desktop" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName" />
5+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
6+
<option name="externalSystemIdString" value="GRADLE" />
7+
<option name="scriptParameters" value="-DmainClass=MainKt --quiet" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value=":mifospay-desktop:desktopRun" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<RunAsTest>false</RunAsTest>
22+
<method v="2" />
23+
</configuration>
24+
</component>

.run/mifospay-web-js.run.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="mifospay-web-js" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName" />
5+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
6+
<option name="externalSystemIdString" value="GRADLE" />
7+
<option name="scriptParameters" value="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value=":mifospay-web:jsBrowserRun" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<RunAsTest>false</RunAsTest>
22+
<method v="2" />
23+
</configuration>
24+
</component>

0 commit comments

Comments
 (0)