Update deps

This commit is contained in:
Andrew Rabert 2021-03-09 12:22:23 -05:00
parent 4c5406c916
commit ef2e19ebf2
3 changed files with 4 additions and 4 deletions

View File

@ -35,12 +35,12 @@ dependencies {
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.2' implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.2'
implementation 'com.squareup.okhttp3:okhttp:4.9.1' implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.media:media:1.2.1" implementation "androidx.media:media:1.3.1"
implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
} }
buildscript { buildscript {
ext.kotlin_version = '1.4.30' ext.kotlin_version = '1.5.0'
repositories { repositories {
mavenCentral() mavenCentral()
} }

View File

@ -4,7 +4,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.2' classpath 'com.android.tools.build:gradle:4.2.0'
} }
} }

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip