Skip to content

Commit

Permalink
daily dev 20221221
Browse files Browse the repository at this point in the history
Bump mockitoVersion from 4.9.0 to 4.10.0
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Dec 21, 2022
1 parent ab9f86a commit 9a92e9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20221220
versionName "20221220"
versionCode 20221221
versionName "20221221"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bump mockitoVersion from 4.9.0 to 4.10.0
Update Nextcloud Android library
Update 3rd-party dependencies
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.44.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "master-SNAPSHOT"
androidLibraryVersion ="90e5e9e4140956695c321af07321a3f89c1f35b7"
mockitoVersion = "4.10.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.3"
Expand Down

0 comments on commit 9a92e9c

Please sign in to comment.