This commit is contained in:
Andrew Rabert 2020-11-01 19:03:33 -05:00
parent 5ae04b3643
commit 072a6d7870
3 changed files with 10 additions and 10 deletions

View File

@ -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()
}

View File

@ -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'
}
}

View File

@ -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