diff --git a/app/build.gradle b/app/build.gradle index 94912e7..97e82f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,8 +2,8 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 30 - buildToolsVersion "30.0.3" + compileSdkVersion 31 + buildToolsVersion "31.0.0" defaultConfig { applicationId "net.nullsum.audinaut" @@ -31,16 +31,16 @@ android { dependencies { implementation 'com.esotericsoftware:kryo:4.0.2' - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.5.0' implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.2' - implementation 'com.squareup.okhttp3:okhttp:4.9.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.3' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "androidx.media:media:1.3.1" + implementation "androidx.media:media:1.5.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0' } buildscript { - ext.kotlin_version = '1.5.0' + ext.kotlin_version = '1.6.0' repositories { mavenCentral() } diff --git a/build.gradle b/build.gradle index c744819..963b05b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.1' + classpath 'com.android.tools.build:gradle:7.1.2' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f2a3e79..a68448c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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-7.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip