Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 9, 2018
1 parent 5353ec1 commit 7a3a36e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext {
exoplayerIntegration : "com.google.android.exoplayer:extension-okhttp:$exoplayerVersion",
materialProgressBar : "me.zhanghai.android.materialprogressbar:library:$materialProgressBarVersion",
materialRatingBar : "me.zhanghai.android.materialratingbar:library:$materialRatingBarVersion",
customtabsHelper : "com.github.rubengees:CustomTabsHelper:$customtabsHelperVersion",
customtabsHelper : "me.zhanghai.android.customtabshelper:library:$customtabsHelperVersion",
introduction : "com.github.rubengees:introduction:$introductionVersion",
aspectRatioImageView : "com.github.santalu:aspect-ratio-imageview:$aspectRatioImageViewVersion",
gravitySnapHelper : "com.github.rubensousa:gravitysnaphelper:$gravitySnapHelperVersion",
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
appcompatVersion = "1.0.0"
browserVersion = "1.0.0"
lifecycleVersion = "2.0.0"
roomVersion = "2.0.0"
roomVersion = "2.1.0-alpha01"
workVersion = '1.0.0-alpha09'
ktxVersion = "1.0.0"

Expand All @@ -53,7 +53,7 @@ ext {
supportPreferenceVersion = '2.3.2'
iconicsVersion = '3.1.0'
communityMaterialTypefaceVersion = '2.7.94.1'
materialDrawerVersion = 'v6.1.0'
materialDrawerVersion = 'v6.1.1'
aboutLibrariesVersion = '6.2.0'
materializeVersion = '1.2.0'
fastadapterVersion = '3.3.1'
Expand All @@ -68,7 +68,7 @@ ext {
exoplayerVersion = '2.9.0'
materialProgressBarVersion = '1.4.2'
materialRatingBarVersion = '1.3.1'
customtabsHelperVersion = '009b5e7b7f'
customtabsHelperVersion = '1.0.6'
introductionVersion = '2.0.0'
aspectRatioImageViewVersion = '144783aad3'
gravitySnapHelperVersion = '1.5'
Expand Down

0 comments on commit 7a3a36e

Please sign in to comment.