Skip to content

Commit

Permalink
Merge pull request #614 from mikepenz/feature/dependency_update_20211112
Browse files Browse the repository at this point in the history
Dependency updates 2021.11.12
  • Loading branch information
mikepenz authored Nov 12, 2021
2 parents 73c8b31 + cc92fce commit 9c83f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildscript {
kotlin : '1.5.31',
androidX : '1.0.0',
recyclerView : '1.2.1',
material : '1.5.0-alpha05',
material : '1.5.0-beta01',
appcompat : '1.3.1',
drawerlayout : '1.1.0',
constraintLayout: '2.0.4',
Expand All @@ -44,8 +44,8 @@ buildscript {
],
startup : '1.1.0',
detekt : '1.18.1',
aboutLibraries : '10.0.0-a01',
materialDrawer : '9.0.0-a01',
aboutLibraries : '10.0.0-a04',
materialDrawer : '9.0.0-a02',
fastAdapter : '5.5.1',
// compose
compose : '1.0.5'
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-7.3-rc-3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9c83f4f

Please sign in to comment.