generated from nimblehq/git-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from nimblehq/feature/29-reuse-android-module-…
…from-android-templates [#29] 2/2 - Reuse the "android" module from android-templates
- Loading branch information
Showing
90 changed files
with
1,129 additions
and
851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
[submodule "ios"] | ||
path = ios | ||
url = https://github.com/nimblehq/ios-templates.git | ||
[submodule "android"] | ||
path = android | ||
url = [email protected]:nimblehq/android-templates.git | ||
branch = feature/replace-hilt-with-koin |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
android/src/debug/java/co/nimblehq/kmm/template/util/LogUtil.kt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
android/src/main/java/co/nimblehq/kmm/template/MainApplication.kt
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
android/src/main/java/co/nimblehq/kmm/template/di/ViewModelModule.kt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
android/src/main/java/co/nimblehq/kmm/template/lib/TypeAlias.kt
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
android/src/main/java/co/nimblehq/kmm/template/ui/base/BaseViewModel.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
android/src/main/java/co/nimblehq/kmm/template/ui/navigation/AppDestination.kt
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
android/src/main/java/co/nimblehq/kmm/template/ui/navigation/AppNavigation.kt
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
android/src/main/java/co/nimblehq/kmm/template/ui/screens/MainActivity.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.