Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirWrites committed Oct 23, 2020
1 parent b3ce730 commit bb1bc95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions buildSrc/src/main/java/Dependencies.kt
@@ -1,19 +1,19 @@

object Versions {
const val kotlin = "1.3.71"
const val kotlin = "1.4.10"

const val android_x = "1.1.0"
const val android_x = "1.2.0"

const val circleindicator = "2.1.4"

const val junit = "4.13"
const val mockito_core = "3.3.3"
const val junit = "4.13.1"
const val mockito_core = "3.5.15"
const val mockito_kotlin = "2.2.0"
const val truth = "1.0.1"
const val robolectric = "4.3.1"
const val truth = "1.1"
const val robolectric = "4.4"

const val gradle_android = "3.6.1"
const val jacoco = "0.8.5"
const val gradle_android = "4.0.2"
const val jacoco = "0.8.6"

const val min_sdk = 14
const val target_sdk = 29
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Apr 01 19:00:18 CEST 2020
#Thu Oct 22 19:50:06 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit bb1bc95

Please sign in to comment.