Skip to content

Commit

Permalink
added support for remote config
Browse files Browse the repository at this point in the history
  • Loading branch information
arun.sharma committed Dec 9, 2021
1 parent 9495a33 commit bf82c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ object Dependencies {
const val Hamcrest = "org.hamcrest:hamcrest-all:1.3"
const val MockRetrofit = "com.squareup.okhttp:mockwebserver:2.7.2"
const val Junit = "junit:junit:4.12"
const val TestRunner = "androidx.test:runner:1.2.0"
const val TestExt = "androidx.test.ext:junit:1.1.2"
const val EspressoCore = "androidx.test.espresso:espresso-core:3.2.0"
const val EspressoIntents = "com.android.support.test.espresso:espresso-intents:3.0.1"
const val TestRunner = "androidx.test:runner:1.4.0"
const val TestExt = "androidx.test.ext:junit:1.1.3"
const val EspressoCore = "androidx.test.espresso:espresso-core:3.4.0"
const val EspressoIntents = "com.android.support.test.espresso:espresso-intents:3.0.2"
const val KotlinCoroutineTest = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.2"
}

Expand Down

0 comments on commit bf82c67

Please sign in to comment.