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 #41 from nimblehq/feature/29-prepare-before-applyi…
…ng-android-submodule
- Loading branch information
Showing
103 changed files
with
533 additions
and
532 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
2 changes: 1 addition & 1 deletion
2
...lehq/kmm/template/android/util/LogUtil.kt → .../co/nimblehq/kmm/template/util/LogUtil.kt
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,4 +1,4 @@ | ||
package co.nimblehq.kmm.template.android.util | ||
package co.nimblehq.kmm.template.util | ||
|
||
import timber.log.Timber | ||
|
||
|
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
8 changes: 4 additions & 4 deletions
8
...ehq/kmm/template/android/MyApplication.kt → .../nimblehq/kmm/template/MainApplication.kt
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
3 changes: 0 additions & 3 deletions
3
android/src/main/java/co/nimblehq/kmm/template/android/lib/TypeAlias.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...mm/template/android/di/ViewModelModule.kt → ...mblehq/kmm/template/di/ViewModelModule.kt
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
3 changes: 3 additions & 0 deletions
3
android/src/main/java/co/nimblehq/kmm/template/lib/TypeAlias.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package co.nimblehq.kmm.template.lib | ||
|
||
typealias IsLoading = Boolean |
6 changes: 3 additions & 3 deletions
6
...template/android/ui/base/BaseViewModel.kt → ...ehq/kmm/template/ui/base/BaseViewModel.kt
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
2 changes: 1 addition & 1 deletion
2
...e/android/ui/navigation/AppDestination.kt → .../template/ui/navigation/AppDestination.kt
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
4 changes: 2 additions & 2 deletions
4
...te/android/ui/navigation/AppNavigation.kt → ...m/template/ui/navigation/AppNavigation.kt
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
6 changes: 3 additions & 3 deletions
6
...mplate/android/ui/screens/MainActivity.kt → ...q/kmm/template/ui/screens/MainActivity.kt
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
4 changes: 2 additions & 2 deletions
4
...ate/android/ui/screens/home/HomeScreen.kt → ...mm/template/ui/screens/home/HomeScreen.kt
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
2 changes: 1 addition & 1 deletion
2
...mm/template/android/ui/theme/AppColors.kt → ...mblehq/kmm/template/ui/theme/AppColors.kt
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
2 changes: 1 addition & 1 deletion
2
...emplate/android/ui/theme/AppDimensions.kt → ...hq/kmm/template/ui/theme/AppDimensions.kt
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
2 changes: 1 addition & 1 deletion
2
...mm/template/android/ui/theme/AppStyles.kt → ...mblehq/kmm/template/ui/theme/AppStyles.kt
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
2 changes: 1 addition & 1 deletion
2
...hq/kmm/template/android/ui/theme/Theme.kt → ...o/nimblehq/kmm/template/ui/theme/Theme.kt
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
2 changes: 1 addition & 1 deletion
2
...plate/android/util/DispatchersProvider.kt → .../kmm/template/util/DispatchersProvider.kt
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
2 changes: 1 addition & 1 deletion
2
...lehq/kmm/template/android/util/LogUtil.kt → .../co/nimblehq/kmm/template/util/LogUtil.kt
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,4 +1,4 @@ | ||
package co.nimblehq.kmm.template.android.util | ||
package co.nimblehq.kmm.template.util | ||
|
||
import timber.log.Timber | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...emplate/android/test/CoroutineTestRule.kt → ...hq/kmm/template/test/CoroutineTestRule.kt
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
object BuildTypes { | ||
const val DEBUG = "debug" | ||
const val RELEASE = "release" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
object Flavors { | ||
const val PRODUCTION = "production" | ||
const val STAGING = "staging" | ||
const val DIMENSION_VERSION = "version" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
object Modules { | ||
const val SHARED = ":shared" | ||
} |
15 changes: 0 additions & 15 deletions
15
.../buildSrc/src/main/java/Configurations.kt → buildSrc/src/main/java/Plugins.kt
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
object Versions { | ||
const val ANDROID_COMPILE_SDK = 33 | ||
const val ANDROID_MIN_SDK = 24 | ||
const val ANDROID_TARGET_SDK = 33 | ||
const val ANDROID_VERSION_CODE = 1 | ||
const val ANDROID_VERSION_NAME = "1.0.0" | ||
|
||
const val ANDROIDX_ACTIVITY_COMPOSE = "1.7.1" | ||
|
||
const val BUILD_KONFIG = "0.13.3" | ||
|
||
const val COMPOSE = "1.4.3" | ||
const val COMPOSE_COMPILER = "1.4.7" | ||
const val COMPOSE_NAVIGATION = "2.6.0" | ||
|
||
const val DETEKT = "1.23.0" | ||
|
||
const val GRADLE = "8.0.2" | ||
|
||
const val JUNIT = "4.13.2" | ||
|
||
const val KOIN = "3.3.2" | ||
const val KOIN_ANDROID = "3.3.2" | ||
const val KOIN_ANDROIDX_COMPOSE = "3.4.1" | ||
const val KOTLIN = "1.8.21" | ||
const val KOTLIN_COROUTINES = "1.7.3" | ||
const val KOTEST = "5.5.4" | ||
const val KOTLINX_RESOURCES = "0.2.4" | ||
const val KOVER = "0.7.3" | ||
const val KSP = "1.8.21-1.0.11" | ||
const val KTOR = "2.1.1" | ||
|
||
const val MOCKATIVE = "1.3.0" | ||
const val MOCKK = "1.13.3" | ||
|
||
const val NAPIER = "2.6.1" | ||
|
||
const val ROBOLECTRIC = "4.9.1" | ||
|
||
const val TIMBER = "5.0.1" | ||
const val TURBINE = "0.12.1" | ||
} |
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
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
2 changes: 1 addition & 1 deletion
2
...lehq/kmm/template/android/util/LogUtil.kt → .../co/nimblehq/kmm/template/util/LogUtil.kt
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,4 +1,4 @@ | ||
package co.nimblehq.kmm.template.android.util | ||
package co.nimblehq.kmm.template.util | ||
|
||
import timber.log.Timber | ||
|
||
|
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
8 changes: 4 additions & 4 deletions
8
...ehq/kmm/template/android/MyApplication.kt → .../nimblehq/kmm/template/MainApplication.kt
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
Oops, something went wrong.