REFACTOR END
This commit is contained in:
@@ -4,27 +4,27 @@
|
||||
|
||||
// [ENTITY: Object('Versions')]
|
||||
object Versions {
|
||||
const val compileSdk = 36
|
||||
const val minSdk = 26
|
||||
const val targetSdk = 36
|
||||
const val compileSdk = 34
|
||||
const val minSdk = 24
|
||||
const val targetSdk = 34
|
||||
const val versionCode = 1
|
||||
const val versionName = "1.0"
|
||||
const val kotlin = "2.0.0"
|
||||
const val kotlin = "1.9.10"
|
||||
const val coroutines = "1.7.3"
|
||||
const val composeCompiler = "1.5.8" // this is not used anymore
|
||||
const val composeBom = "2023.10.01" // this is not used anymore
|
||||
const val activityCompose = "1.11.0"
|
||||
const val navigationCompose = "2.9.4"
|
||||
const val hiltNavigationCompose = "1.3.0"
|
||||
const val composeCompiler = "1.5.4"
|
||||
const val composeBom = "2024.05.00"
|
||||
const val activityCompose = "1.8.2"
|
||||
const val navigationCompose = "2.7.7"
|
||||
const val hiltNavigationCompose = "1.1.0"
|
||||
const val coreKtx = "1.12.0"
|
||||
const val lifecycle = "2.6.2"
|
||||
const val lifecycle = "2.7.0"
|
||||
const val appcompat = "1.6.1"
|
||||
const val retrofit = "2.9.0"
|
||||
const val okhttp = "4.12.0"
|
||||
const val moshi = "1.15.0"
|
||||
const val moshi = "1.15.1"
|
||||
const val room = "2.6.1"
|
||||
const val hilt = "2.51.1"
|
||||
const val hiltCompiler = "1.1.0"
|
||||
const val hiltCompiler = "1.2.0"
|
||||
const val timber = "5.0.1"
|
||||
const val junit = "4.13.2"
|
||||
const val extJunit = "1.1.5"
|
||||
@@ -41,10 +41,13 @@ object Libs {
|
||||
const val coreKtx = "androidx.core:core-ktx:${Versions.coreKtx}"
|
||||
const val lifecycleRuntime = "androidx.lifecycle:lifecycle-runtime-ktx:${Versions.lifecycle}"
|
||||
const val appcompat = "androidx.appcompat:appcompat:${Versions.appcompat}"
|
||||
const val composeUi = "androidx.compose.ui:ui:1.9.1"
|
||||
const val composeUiGraphics = "androidx.compose.ui:ui-graphics:1.9.1"
|
||||
const val composeUiToolingPreview = "androidx.compose.ui:ui-tooling-preview:1.9.1"
|
||||
const val composeMaterial3 = "androidx.compose.material3:material3:1.3.2"
|
||||
const val composeUi = "androidx.compose.ui:ui:1.5.4"
|
||||
const val composeUiGraphics = "androidx.compose.ui:ui-graphics:1.5.4"
|
||||
const val composeUiToolingPreview = "androidx.compose.ui:ui-tooling-preview:1.5.4"
|
||||
const val composeMaterial3 = "androidx.compose.material3:material3:1.1.2"
|
||||
const val composeFoundation = "androidx.compose.foundation:foundation:1.5.4"
|
||||
const val composeFoundationLayout = "androidx.compose.foundation:foundation-layout:1.5.4"
|
||||
const val composeMaterialIconsExtended = "androidx.compose.material:material-icons-extended:1.5.4"
|
||||
const val activityCompose = "androidx.activity:activity-compose:${Versions.activityCompose}"
|
||||
const val navigationCompose = "androidx.navigation:navigation-compose:${Versions.navigationCompose}"
|
||||
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:${Versions.hiltNavigationCompose}"
|
||||
@@ -64,9 +67,9 @@ object Libs {
|
||||
const val junit = "junit:junit:${Versions.junit}"
|
||||
const val extJunit = "androidx.test.ext:junit:${Versions.extJunit}"
|
||||
const val espressoCore = "androidx.test.espresso:espresso-core:${Versions.espresso}"
|
||||
const val composeUiTestJunit4 = "androidx.compose.ui:ui-test-junit4:1.9.1"
|
||||
const val composeUiTooling = "androidx.compose.ui:ui-tooling:1.9.1"
|
||||
const val composeUiTestManifest = "androidx.compose.ui:ui-test-manifest:1.9.1"
|
||||
const val composeUiTestJunit4 = "androidx.compose.ui:ui-test-junit4:1.5.4"
|
||||
const val composeUiTooling = "androidx.compose.ui:ui-tooling:1.5.4"
|
||||
const val composeUiTestManifest = "androidx.compose.ui:ui-test-manifest:1.5.4"
|
||||
const val kotestRunnerJunit5 = "io.kotest:kotest-runner-junit5:${Versions.kotest}"
|
||||
const val kotestAssertionsCore = "io.kotest:kotest-assertions-core:${Versions.kotest}"
|
||||
const val mockk = "io.mockk:mockk:${Versions.mockk}"
|
||||
|
||||
Reference in New Issue
Block a user