Skip to content

Commit

Permalink
daily dev 20220615
Browse files Browse the repository at this point in the history
Update share icon when sharing link directly
Migrate Account to User in some APIs
Groupfolders cannot be encrypted added test showing folder types
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Jun 15, 2022
1 parent 2d26d97 commit 0204168
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -129,8 +129,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220614
versionName "20220614"
versionCode 20220615
versionName "20220615"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Update share icon when sharing link directly
Migrate Account to User in some APIs
Groupfolders cannot be encrypted added test showing folder types
Update translations
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.42"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="83e526e099dbc2c29cfd77484e6197402788f10a"
androidLibraryVersion ="f9828c7a598552bda4b02f2b7120be2f09eb752a"
mockitoVersion = "4.6.1"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.4"
Expand Down

0 comments on commit 0204168

Please sign in to comment.