mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 07:57:03 +05:30
build: extract all versions to ext
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
7544eb96fc
commit
196940778f
3 changed files with 24 additions and 16 deletions
|
@ -3,15 +3,12 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
def moshi_version = "1.9.3"
|
||||
def retrofit_version = "2.9.0"
|
||||
implementation project(":model")
|
||||
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
||||
implementation "com.squareup.retrofit2:converter-moshi:$retrofit_version"
|
||||
kaptTest "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
|
||||
// retrofit uses 3.14.9, so shall we.
|
||||
testImplementation "junit:junit:$junit_version"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
||||
//noinspection GradleDependency
|
||||
testImplementation "com.squareup.okhttp3:mockwebserver:3.14.9"
|
||||
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue