mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-17 20:50:48 +01:00
reusing mockk version and upgrading crashlytics gradle plugin
This commit is contained in:
parent
1ac9ce1ec0
commit
80c1847a48
@ -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
|
||||||
}
|
}
|
||||||
|
@ -113,7 +113,7 @@ ext.Dependencies.with {
|
|||||||
androidxActivityCompose = "androidx.activity:activity-compose:1.4.0"
|
androidxActivityCompose = "androidx.activity:activity-compose:1.4.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"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user