From 7a28a37bdcf610f05f20b3eb038af8f3b33febec Mon Sep 17 00:00:00 2001 From: sleep-yearning Date: Fri, 9 Jul 2021 13:50:14 +0200 Subject: [PATCH] updated version name + code and dependencies --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3779cc1..56ac719 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId 'org.secuso.privacyfriendlyactivitytracker' minSdkVersion 17 targetSdkVersion 30 - versionCode 10 - versionName "2.2" + versionCode 11 + versionName "2.3" } buildTypes { release { @@ -26,14 +26,14 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation project(path: ':backup-api') - implementation 'androidx.appcompat:appcompat:1.0.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1' - def work_version = "2.4.0" + def work_version = "2.5.0" implementation "androidx.work:work-runtime:$work_version" implementation "androidx.work:work-runtime-ktx:$work_version" androidTestImplementation "androidx.work:work-testing:$work_version"