Skip to content

Commit

Permalink
- update to latest dependency versions
Browse files Browse the repository at this point in the history
mikepenz committed May 9, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent be119be commit c458846
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -19,18 +19,18 @@ buildscript {
recyclerView : '1.1.0',
material : '1.1.0',
appcompat : '1.1.0',
drawerlayout : '1.1.0-alpha04',
constraintLayout: '2.0.0-beta4',
drawerlayout : '1.1.0-beta01',
constraintLayout: '2.0.0-beta5',
cardview : '1.0.0',
kotlin : '1.3.70',
kotlin : '1.3.72',
iconics : '5.0.0',
materialdrawer : '8.0.0-rc02',
aboutlib : '8.0.0',
materialdrawer : '8.0.1',
aboutlib : '8.1.2',
roboelectric : '4.3',
detekt : '1.0.1',
paging : "2.1.1",
room : "2.2.3",
lifecycle : "2.1.0"
paging : "2.1.2",
room : "2.2.5",
lifecycle : "2.2.0"
]
}

0 comments on commit c458846

Please sign in to comment.