diff --git a/app/build.gradle b/app/build.gradle index 5cfefd9..dcecab5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,14 +32,14 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.1.0-alpha01' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3' - implementation 'com.google.android.material:material:1.1.0-alpha03' - implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha02' + implementation 'androidx.appcompat:appcompat:1.1.0-rc01' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' + implementation 'com.google.android.material:material:1.1.0-alpha08' + implementation 'androidx.recyclerview:recyclerview:1.1.0-beta01' implementation 'androidx.gridlayout:gridlayout:1.0.0' - implementation 'androidx.core:core:1.1.0-alpha04' - implementation 'androidx.fragment:fragment:1.1.0-alpha03' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha01' + implementation 'androidx.core:core:1.2.0-alpha02' + implementation 'androidx.fragment:fragment:1.2.0-alpha01' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02' api 'com.google.guava:guava:27.0.1-android' api 'com.github.codekidX:storage-chooser:2.0.4.2' @@ -49,6 +49,6 @@ dependencies { implementation 'me.jfenn:Attribouter:0.1.5' testImplementation 'junit:junit:4.13-beta-1' - androidTestImplementation 'androidx.test:runner:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } diff --git a/build.gradle b/build.gradle index 4f2ea5c..6bb7db4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,14 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.20' + ext.kotlin_version = '1.3.31' repositories { jcenter() google() maven { url "https://jitpack.io" } } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:3.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // For libaums diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0682df5..e70bdcb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Mon Jul 15 06:44:24 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip