Skip to content
Permalink
Browse files
Merge pull request #10347 from Simonx22/gradle-704
Android: update dependencies
  • Loading branch information
lioncash committed Jan 6, 2022
2 parents 7bd14c5 + ba5c38e commit e57823c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
@@ -91,22 +91,22 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.3.1'
implementation 'androidx.fragment:fragment:1.3.6'
implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0-alpha03"
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.0'
implementation 'androidx.fragment:fragment:1.4.0'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0-rc01'
implementation 'com.google.android.material:material:1.4.0'

// Android TV UI libraries.
implementation 'androidx.leanback:leanback:1.0.0'
implementation 'androidx.tvprovider:tvprovider:1.0.0'

// For REST calls
implementation 'com.android.volley:volley:1.2.0'
implementation 'com.android.volley:volley:1.2.1'

// For loading huge screenshots from the disk.
implementation 'com.squareup.picasso:picasso:2.71828'
@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

@@ -1,6 +1,6 @@
#Sun Jul 25 14:44:00 EDT 2021
#Wed Jan 05 13:37:44 EST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit e57823c

Please sign in to comment.