diff --git a/.idea/misc.xml b/.idea/misc.xml index 9fc235f..3378229 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/build.gradle b/build.gradle index 64619dd..1e7c31f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,11 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { ext { - gradleVersion = '4.0.1' + gradleVersion = '4.1.0' kotlinVersion = "1.4.10" - junitVersion = "4.13" + junitVersion = "4.13.1" espressoVersion = "3.3.0" - coreVersion = "1.3.1" - constraintlayoutVersion = "2.0.1" + coreVersion = "1.3.2" + constraintlayoutVersion = "2.0.2" materialVersion = "1.2.1" glideVersion = "4.11.0" exoPlayerVersion = "2.11.7" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1833952..8f6fbe3 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip \ No newline at end of file