From 148eabdc5bc1270712650a4ee9cfbaa25a28d0ec Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sat, 28 Sep 2019 10:24:50 +0200 Subject: [PATCH] updated build dependencies --- android_app/app/build.gradle | 10 +++++----- android_app/build.gradle | 2 +- android_app/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 2081bfd1..130e0f3e 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -59,9 +59,9 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.1.0-alpha09' + implementation 'com.google.android.material:material:1.1.0-alpha10' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' // MPAndroidChart implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' @@ -72,9 +72,9 @@ dependencies { // CustomActivityOnCrash implementation 'cat.ereza:customactivityoncrash:2.2.0' // Room - implementation 'androidx.room:room-runtime:2.2.0-alpha02' - annotationProcessor 'androidx.room:room-compiler:2.2.0-alpha02' - androidTestImplementation 'androidx.room:room-testing:2.2.0-alpha02' + implementation 'androidx.room:room-runtime:2.2.0-rc01' + annotationProcessor 'androidx.room:room-compiler:2.2.0-rc01' + androidTestImplementation 'androidx.room:room-testing:2.2.0-rc01' // Timber implementation 'com.jakewharton.timber:timber:4.7.1' // Local unit tests diff --git a/android_app/build.gradle b/android_app/build.gradle index 124ef73f..d8068dd3 100644 --- a/android_app/build.gradle +++ b/android_app/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.0' + classpath 'com.android.tools.build:gradle:3.5.0' } } diff --git a/android_app/gradle/wrapper/gradle-wrapper.properties b/android_app/gradle/wrapper/gradle-wrapper.properties index 853f8066..9d6c5145 100644 --- a/android_app/gradle/wrapper/gradle-wrapper.properties +++ b/android_app/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat May 25 16:04:40 CEST 2019 +#Sat Sep 28 10:19:36 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip