Skip to content

Commit e0cc793

Browse files
authored
Merge pull request #24 from patjackson52/feature/module-rename
rename app module to android
2 parents 37cb56a + 6cd66a0 commit e0cc793

File tree

132 files changed

+5
-7
lines changed

Some content is hidden

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

132 files changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
name: Build and Run JVM Unit Tests
3939
command: ./gradlew build
4040
- store_artifacts:
41-
path: app/build/outputs/reports/
41+
path: android/build/outputs/reports/
4242
- store_test_results:
43-
path: app/build/test-results
43+
path: android/build/test-results
4444
- run:
4545
name: Move APKs to workspace
4646
command: |
4747
mkdir -p /tmp/workspace/apk
48-
cp -r app/build/outputs/apk/* /tmp/workspace/apk/
48+
cp -r android/build/outputs/apk/* /tmp/workspace/apk/
4949
- persist_to_workspace:
5050
root: *workspace_root
5151
paths:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)