From 902acedcd0541a2a55c2f8d9d01c5fa5a76bc854 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Thu, 13 Sep 2018 22:31:51 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 6 +++--- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1577dfa..288b935 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.0.0-rc02' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' - implementation 'com.google.android.material:material:1.0.0-rc01' + implementation 'com.google.android.material:material:1.0.0-rc02' implementation 'androidx.recyclerview:recyclerview:1.0.0-rc02' implementation 'androidx.gridlayout:gridlayout:1.0.0-rc02' api 'com.google.guava:guava:26.0-android' @@ -39,8 +39,8 @@ dependencies { implementation project(':dmg2img') - implementation 'com.android.support.constraint:constraint-layout:1.1.2' - implementation 'com.android.support:design:28.0.0-rc01' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' + implementation 'com.android.support:design:28.0.0-rc02' implementation 'com.android.support:appcompat-v7:28.0.0-rc02' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.1.0-alpha4' diff --git a/build.gradle b/build.gradle index d7bdf37..235d2f5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.2.51' + ext.kotlin_version = '1.2.60' repositories { google() jcenter() diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8232530..aca2f7c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Aug 30 23:16:18 CEST 2018 +#Thu Sep 13 22:30:46 CEST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip