mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-12 19:54:29 +02:00
updated build dependencies
This commit is contained in:
@@ -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
|
||||
|
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user