diff --git a/app/build.gradle b/app/build.gradle index 412b88c..d288803 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 29 - buildToolsVersion "29.0.3" + compileSdkVersion 30 + buildToolsVersion "30.0.2" defaultConfig { applicationId "net.nullsum.audinaut" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 202 versionName '0.5.1' setProperty("archivesBaseName", "Audinaut $versionName") @@ -32,15 +32,15 @@ android { dependencies { implementation 'com.esotericsoftware:kryo:4.0.2' implementation 'com.google.android.material:material:1.0.0' - implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.0' - implementation 'com.squareup.okhttp3:okhttp:4.6.0' + implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "androidx.media:media:1.1.0" + implementation "androidx.media:media:1.2.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0' } buildscript { - ext.kotlin_version = '1.3.61' + ext.kotlin_version = '1.4.10' repositories { mavenCentral() } diff --git a/build.gradle b/build.gradle index d858450..7936569 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.6.2' + classpath 'com.android.tools.build:gradle:4.1.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 04a4886..04f674a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Mar 13 11:19:05 EDT 2020 +#Sun Nov 01 18:55:24 EST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip