Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-06-27 11:49:51 +0300
committerStefan Niedermann <info@niedermann.it>2022-06-27 11:49:51 +0300
commit9322f475d4ed6ddedb847a53745fe9963487b9a3 (patch)
tree3b3f10c93f8833bb1aa565b7c1c58cfd926357b0
parenta06e648d178ebc074119d58107e57957c05efc9f (diff)
parentb982b366fb9c5cc7f093cf67cb917acd0eef260e (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--app/build.gradle6
-rw-r--r--build.gradle2
2 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 60f7df4c..9137297e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -92,14 +92,14 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
// Android X
- implementation 'androidx.appcompat:appcompat:1.4.1'
+ implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.7.1'
- implementation 'com.google.android.material:material:1.6.0'
+ implementation 'com.google.android.material:material:1.6.1'
// Database
implementation 'androidx.room:room-runtime:2.4.2'
@@ -118,7 +118,7 @@ dependencies {
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.mockito:mockito-core:4.5.1'
+ testImplementation 'org.mockito:mockito-core:4.6.1'
testImplementation 'org.robolectric:robolectric:4.8.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
diff --git a/build.gradle b/build.gradle
index 17203aa6..070994b0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.2.0'
+ classpath 'com.android.tools.build:gradle:7.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files