Skip to content

Commit

Permalink
chore(gradle) update dependencies
Browse files Browse the repository at this point in the history
SUITEDEV-21523

Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
Co-authored-by: kovacszsoltizsolt <[email protected]>
  • Loading branch information
4 people committed Mar 12, 2020
1 parent 58aa085 commit bbf1612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Dependency.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
object Versions {
const val kotlin_version = "1.3.61"
const val kotlin_version = "1.3.70"
const val kotlin_test_version = "3.1.11"
const val mockito_version = "2.25.0"
const val espresso_version = "3.2.0"
const val firebase_core_version = "17.2.1"
const val firebase_messaging_version = "20.1.0"
const val firebase_core_version = "17.2.3"
const val firebase_messaging_version = "20.1.2"
const val hamcrest_version = "2.2"
const val support_test_version = "1.2.0"
const val support_library = "1.1.0"
Expand Down

0 comments on commit bbf1612

Please sign in to comment.