Skip to content

Commit

Permalink
Update gradle and deps to use latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettpeter committed Aug 3, 2019
1 parent 311f42b commit e3abfeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ dependencies {
implementation 'androidx.leanback:leanback:1.0.0'
implementation 'androidx.recommendation:recommendation:1.0.0'
implementation 'androidx.leanback:leanback-preference:1.0.0'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'androidx.annotation:annotation:1.1.0'

implementation 'com.github.bumptech.glide:glide:4.3.1'

implementation 'com.google.android.exoplayer:exoplayer:2.6.1'
implementation 'com.google.android.exoplayer:extension-leanback:2.6.1'
implementation 'com.google.android.exoplayer:exoplayer:2.10.3'
implementation 'com.google.android.exoplayer:extension-leanback:2.10.3'

testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.8'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
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-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

0 comments on commit e3abfeb

Please sign in to comment.