Skip to content

Commit

Permalink
Modules refactoring (#913)
Browse files Browse the repository at this point in the history
Re-organize modules.
  • Loading branch information
aleksandar-apostolov authored Nov 13, 2023
1 parent 53787f8 commit 358215c
Show file tree
Hide file tree
Showing 526 changed files with 909 additions and 55,591 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stream-video-android-pushprovider-firebase @GetStream/android-developers
# UI
app @GetStream/android-developers
dogfooding @GetStream/android-developers
stream-video-android-compose @GetStream/android-developers
stream-video-android-ui-compose @GetStream/android-developers

### Top level files and directories
# Git and GitHub
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Run unit tests
run: |
./gradlew :stream-video-android-compose:testDebugUnitTest --scan --stacktrace
./gradlew :stream-video-android-ui-compose:testDebugUnitTest --scan --stacktrace
./gradlew :stream-video-android-core:testDebugUnitTest --scan --stacktrace
- name: Unit tests core results
Expand All @@ -135,7 +135,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: unit-tests-compose-results
path: stream-video-android-compose/build/reports/tests/testDebugUnitTest/index.html
path: stream-video-android-ui-compose/build/reports/tests/testDebugUnitTest/index.html

androidTest-GMD:
name: Android Test with GMD
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

### ❌ Removed

## stream-video-android-compose
## stream-video-android-ui-compose
### 🐞 Fixed

### ⬆️ Improved

### ✅ Added

Ï
### ⚠️ Changed

### ❌ Removed
Expand Down
98 changes: 0 additions & 98 deletions app/build.gradle.kts

This file was deleted.

118 changes: 0 additions & 118 deletions app/lint-baseline.xml

This file was deleted.

21 changes: 0 additions & 21 deletions app/proguard-rules.pro

This file was deleted.

72 changes: 0 additions & 72 deletions app/src/main/AndroidManifest.xml

This file was deleted.

Loading

0 comments on commit 358215c

Please sign in to comment.