Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[submodule "presentation/src/main/cpp/third_party/libvpx"]
path = presentation/src/main/cpp/third_party/libvpx
url = https://github.com/webmproject/libvpx.git
[submodule "tdlib"]
path = tdlib
url = https://github.com/monogram-android/monogram_tdlib_module.git
[submodule "core"]
path = core
url = https://github.com/monogram-android/monogram_core_module.git
[submodule "domain"]
path = domain
url = https://github.com/monogram-android/monogram_domain_module.git
[submodule "data"]
path = data
url = https://github.com/monogram-android/monogram_data_module.git
[submodule "presentation"]
path = presentation
url = https://github.com/monogram-android/monogram_presentation_module.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Follow these steps to set up the project locally.

### 1. Clone the Repository
```bash
git clone https://github.com/monogram-android/monogram.git
git clone --recursive https://github.com/monogram-android/monogram.git
cd monogram
```

Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Monogram использует новейшие инструменты и биб

### 1. Клонирование репозитория
```bash
git clone https://github.com/monogram-android/monogram.git
git clone --recursive https://github.com/monogram-android/monogram.git
cd monogram
```

Expand Down
1 change: 1 addition & 0 deletions core
Submodule core added at 52330b
11 changes: 0 additions & 11 deletions core/build.gradle.kts

This file was deleted.

9 changes: 0 additions & 9 deletions core/src/main/kotlin/org/monogram/core/AppError.kt

This file was deleted.

11 changes: 0 additions & 11 deletions core/src/main/kotlin/org/monogram/core/AppResult.kt

This file was deleted.

10 changes: 0 additions & 10 deletions core/src/main/kotlin/org/monogram/core/DispatcherProvider.kt

This file was deleted.

31 changes: 0 additions & 31 deletions core/src/main/kotlin/org/monogram/core/FlowExt.kt

This file was deleted.

60 changes: 0 additions & 60 deletions core/src/main/kotlin/org/monogram/core/Logger.kt

This file was deleted.

5 changes: 0 additions & 5 deletions core/src/main/kotlin/org/monogram/core/Mapper.kt

This file was deleted.

7 changes: 0 additions & 7 deletions core/src/main/kotlin/org/monogram/core/ScopeProvider.kt

This file was deleted.

5 changes: 0 additions & 5 deletions core/src/main/kotlin/org/monogram/core/SuspendMapper.kt

This file was deleted.

14 changes: 0 additions & 14 deletions core/src/main/kotlin/org/monogram/core/UseCase.kt

This file was deleted.

1 change: 1 addition & 0 deletions data
Submodule data added at 6883ff
1 change: 0 additions & 1 deletion data/.gitignore

This file was deleted.

85 changes: 0 additions & 85 deletions data/build.gradle.kts

This file was deleted.

Empty file removed data/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions data/proguard-rules.pro

This file was deleted.

27 changes: 0 additions & 27 deletions data/src/main/AndroidManifest.xml

This file was deleted.

Loading