Skip to content

Commit

Permalink
daily dev 20210107
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Jan 7, 2021
1 parent 272a440 commit d71d72f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ext {
markwonVersion = "4.6.1"
prismVersion = "2.0.0"
butterknifeVersion = "10.2.3"
androidLibraryVersion = "master-SNAPSHOT"
androidLibraryVersion ="ea3472fe69a73148672d24782f2c9bb6b4296c86"
mockitoVersion = "3.7.0"
mockkVersion = "1.10.4"
powermockVersion = "2.0.9"
Expand Down Expand Up @@ -169,8 +169,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20210106
versionName "20210106"
versionCode 20210107
versionName "20210107"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

Update Nextcloud Android library
Update 3rd-party dependencies

0 comments on commit d71d72f

Please sign in to comment.