mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-12 18:10:42 +01:00
Merge pull request #216 from ouchadam/tech/dependencies-update
Tech/dependencies update
This commit is contained in:
commit
21beabfb11
@ -132,7 +132,7 @@ ext.kotlinTest = { dependencies ->
|
|||||||
dependencies.testImplementation Dependencies.mavenCentral.kluent
|
dependencies.testImplementation Dependencies.mavenCentral.kluent
|
||||||
dependencies.testImplementation Dependencies.mavenCentral.kotlinTest
|
dependencies.testImplementation Dependencies.mavenCentral.kotlinTest
|
||||||
dependencies.testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.7.20"
|
dependencies.testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.7.20"
|
||||||
dependencies.testImplementation 'io.mockk:mockk:1.13.2'
|
dependencies.testImplementation Dependencies.mavenCentral.mockk
|
||||||
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
|
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
|
||||||
|
|
||||||
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
|
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
|
||||||
@ -140,7 +140,7 @@ ext.kotlinTest = { dependencies ->
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext.kotlinFixtures = { dependencies ->
|
ext.kotlinFixtures = { dependencies ->
|
||||||
dependencies.testFixturesImplementation 'io.mockk:mockk:1.13.1'
|
dependencies.testFixturesImplementation Dependencies.mavenCentral.mockk
|
||||||
dependencies.testFixturesImplementation Dependencies.mavenCentral.kluent
|
dependencies.testFixturesImplementation Dependencies.mavenCentral.kluent
|
||||||
dependencies.testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
dependencies.testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
||||||
}
|
}
|
||||||
|
@ -108,12 +108,14 @@ ext.Dependencies.with {
|
|||||||
|
|
||||||
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
|
androidxComposeUi = "androidx.compose.ui:ui:${composeVer}"
|
||||||
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
androidxComposeFoundation = "androidx.compose.foundation:foundation:${composeVer}"
|
||||||
androidxComposeMaterial = "androidx.compose.material3:material3:1.0.0-beta03"
|
androidxComposeMaterial = "androidx.compose.material3:material3:1.0.0-rc01"
|
||||||
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
|
androidxComposeIconsExtended = "androidx.compose.material:material-icons-extended:${composeVer}"
|
||||||
androidxActivityCompose = "androidx.activity:activity-compose:1.4.0"
|
androidxActivityCompose = "androidx.activity:activity-compose:1.6.0"
|
||||||
kotlinCompilerExtensionVersion = "1.3.2"
|
kotlinCompilerExtensionVersion = "1.3.2"
|
||||||
|
|
||||||
firebaseCrashlyticsPlugin = "com.google.firebase:firebase-crashlytics-gradle:2.9.1"
|
firebaseCrashlyticsPlugin = "com.google.firebase:firebase-crashlytics-gradle:2.9.2"
|
||||||
|
firebaseBom = "com.google.firebase:firebase-bom:31.0.1"
|
||||||
|
|
||||||
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
|
jdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ applyAndroidLibraryModule(project)
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':core')
|
implementation project(':core')
|
||||||
implementation platform('com.google.firebase:firebase-bom:29.0.3')
|
implementation platform(Dependencies.google.firebaseBom)
|
||||||
implementation 'com.google.firebase:firebase-crashlytics'
|
implementation 'com.google.firebase:firebase-crashlytics'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user