aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/build.gradle')
-rw-r--r--android/WALT/app/build.gradle15
1 files changed, 8 insertions, 7 deletions
diff --git a/android/WALT/app/build.gradle b/android/WALT/app/build.gradle
index 71a473c..d3fd5ae 100644
--- a/android/WALT/app/build.gradle
+++ b/android/WALT/app/build.gradle
@@ -36,18 +36,19 @@ android {
}
dependencies {
- implementation 'com.android.support:appcompat-v7:27.1.1'
- implementation 'com.android.support:design:27.1.1'
- implementation 'com.android.support:preference-v7:27.1.1'
- implementation 'com.android.support:preference-v14:27.1.1'
+ implementation 'androidx.appcompat:appcompat:1.1.0'
+ implementation 'com.google.android.material:material:1.1.0'
+ implementation 'androidx.preference:preference:1.1.1'
+ implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.1'
- testImplementation 'junit:junit:4.12'
+ implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
+ testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:1.10.19'
- testImplementation ('org.powermock:powermock-api-mockito:1.6.2') {
+ testImplementation ('org.powermock:powermock-api-mockito:1.6.6') {
exclude module: 'hamcrest-core'
exclude module: 'objenesis'
}
- testImplementation ('org.powermock:powermock-module-junit4:1.6.2') {
+ testImplementation ('org.powermock:powermock-module-junit4:1.6.6') {
exclude module: 'hamcrest-core'
exclude module: 'objenesis'
}