Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Oct 22, 2020
1 parent 14619ba commit 234e358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 234e358

Please sign in to comment.