mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-14 20:54:33 +02:00
updated build dependencies
This commit is contained in:
@@ -59,9 +59,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.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'
|
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
||||||
// MPAndroidChart
|
// MPAndroidChart
|
||||||
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
||||||
@@ -72,9 +72,9 @@ dependencies {
|
|||||||
// CustomActivityOnCrash
|
// CustomActivityOnCrash
|
||||||
implementation 'cat.ereza:customactivityoncrash:2.2.0'
|
implementation 'cat.ereza:customactivityoncrash:2.2.0'
|
||||||
// Room
|
// Room
|
||||||
implementation 'androidx.room:room-runtime:2.2.0-alpha02'
|
implementation 'androidx.room:room-runtime:2.2.0-rc01'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.2.0-alpha02'
|
annotationProcessor 'androidx.room:room-compiler:2.2.0-rc01'
|
||||||
androidTestImplementation 'androidx.room:room-testing:2.2.0-alpha02'
|
androidTestImplementation 'androidx.room:room-testing:2.2.0-rc01'
|
||||||
// Timber
|
// Timber
|
||||||
implementation 'com.jakewharton.timber:timber:4.7.1'
|
implementation 'com.jakewharton.timber:timber:4.7.1'
|
||||||
// Local unit tests
|
// Local unit tests
|
||||||
|
@@ -5,7 +5,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
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
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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