Skip to content

Commit

Permalink
Bump dependencies and Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcporciuncula committed Feb 22, 2021
1 parent 8c8556f commit d3178de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext.versions = [
'agp' : '4.1.0',
'androidx' : [
'coreKtx' : '1.3.2',
'lifecycle' : '2.2.0',
'lifecycle' : '2.3.0',
'preferenceKtx' : '1.1.1',
'constraintLayout': '2.0.4',
'test' : [
Expand All @@ -11,11 +11,11 @@ ext.versions = [
'junitKtx': '1.1.2',
],
],
'coroutines': '1.4.0',
'coroutines': '1.4.2',
'detekt' : '1.14.2',
'kotlin' : '1.4.10',
'kotlin' : '1.4.30',
'kotlinter' : '3.2.0',
'truth' : '1.1',
'truth' : '1.1.2',
]

ext.deps = [
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d3178de

Please sign in to comment.